Html Css Color HEX #083ECB Persian Blue

📋 copy color: '#083ECB'

red 8 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #083ECB

Tints of Persian Blue #083ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 203 (79.69% from 255) = 74.36%

R = 2.93%
G = 22.71%
B = 74.36%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#083ECB (or 0x083ECB) is known color: Persian Blue. HEX triplet: 08, 3E and CB. RGB value is (8,62,203). Sum of RGB (Red+Green+Blue) = 8+62+203=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #083ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ECB is #F7C134. Grayscale: #3D3D3D. Windows color (decimal): -16236853 or 13319688. OLE color: 13319688.

HSL color Cylindrical-coordinate representation of color #083ECB: hue angle of 223.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083ECB is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 62 203 -
CMYK 0.96 0.69 0 0.20
HSL 223.38º 0.92% 0.41% -
HSV(B) 223.38º 0.96% 0.8% -
XYZ 12.6 7.81 57.34 -
YUV 61.93 207.61 89.54 -
System Red Green Blue C M Y K H S L
Decimal 8 62 203 0.96 0.69 0 0.20 223.38 0.92 0.41
Hex 8 3E CB 60 45 0 14 DF 5C 29
Octal 10 76 313 140 105 0 24 337 134 51
Binary 1000 111110 11001011 1100000 1000101 0 10100 11011111 1011100 101001

Color Harmonies of #083ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083ECB

Black with #083ECB

Text Example


Text Example

White with #083ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,62,203); }

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

background-color css

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

 a { background-color: rgb(8,62,203); }

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

border-color css

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

 span { border-color: rgb(8,62,203); }

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