Html Css Color HEX #083BED Persian Blue

📋 copy color: '#083BED'

red 8 ◦ green 59 ◦ blue 237

#083BED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #083BED

Tints of Persian Blue #083BED

RGB

 RED value IS 8 (3.52% from 255) = 2.63%

 GREEN value IS 59 (23.44% from 255) = 19.41%

 BLUE value IS 237 (92.97% from 255) = 77.96%

R = 2.63%
G = 19.41%
B = 77.96%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#083BED (or 0x083BED) is known color: Persian Blue. HEX triplet: 08, 3B and ED. RGB value is (8,59,237). Sum of RGB (Red+Green+Blue) = 8+59+237=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #083BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083BED is #F7C412. Grayscale: #3F3F3F. Windows color (decimal): -16237587 or 15547144. OLE color: 15547144.

HSL color Cylindrical-coordinate representation of color #083BED: hue angle of 226.64º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083BED is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 59 237 -
CMYK 0.97 0.75 0 0.07
HSL 226.64º 0.93% 0.48% -
HSV(B) 226.64º 0.97% 0.93% -
XYZ 16.95 9.29 81.02 -
YUV 64.04 225.6 88.03 -
System Red Green Blue C M Y K H S L
Decimal 8 59 237 0.97 0.75 0 0.07 226.64 0.93 0.48
Hex 8 3B ED 61 4B 0 7 E3 5D 30
Octal 10 73 355 141 113 0 7 343 135 60
Binary 1000 111011 11101101 1100001 1001011 0 111 11100011 1011101 110000

Color Harmonies of #083BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BED

Black with #083BED

Text Example


Text Example

White with #083BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083BED; }

 p { color: rgb(8,59,237); }

 H1.HeaderClassName
 {
   color: #083BED;
 }
 .AnyTagClassName
 {
   color: #083BED;
 }
</style>

background-color css

<style>
 a { background-color: #083BED; }

 a { background-color: rgb(8,59,237); }

 div.DivClassName
 {
   background-color: #083BED;
 }
 .BgClassName
 {
   background-color: #083BED;
 }
</style>

border-color css

<style>
 span { border-color: #083BED; }

 span { border-color: rgb(8,59,237); }

 td.TdClassName
 {
   border-color: #083BED;
 }
 .TagClassName
 {
   border-color: #083BED;
 }
</style>