Html Css Color HEX #083ECC Persian Blue

📋 copy color: '#083ECC'

red 8 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #083ECC

Tints of Persian Blue #083ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 2.92%
G = 22.63%
B = 74.45%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#083ECC (or 0x083ECC) is known color: Persian Blue. HEX triplet: 08, 3E and CC. RGB value is (8,62,204). Sum of RGB (Red+Green+Blue) = 8+62+204=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #083ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ECC is #F7C133. Grayscale: #3D3D3D. Windows color (decimal): -16236852 or 13385224. OLE color: 13385224.

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

Color convert

RGB 8 62 204 -
CMYK 0.96 0.70 0 0.2
HSL 223.47º 0.92% 0.42% -
HSV(B) 223.47º 0.96% 0.8% -
XYZ 12.72 7.86 57.97 -
YUV 62.04 208.11 89.45 -
System Red Green Blue C M Y K H S L
Decimal 8 62 204 0.96 0.70 0 0.2 223.47 0.92 0.42
Hex 8 3E CC 60 46 0 14 DF 5C 2A
Octal 10 76 314 140 106 0 24 337 134 52
Binary 1000 111110 11001100 1100000 1000110 0 10100 11011111 1011100 101010

Color Harmonies of #083ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083ECC

Black with #083ECC

Text Example


Text Example

White with #083ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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