Html Css Color HEX #023ECE Persian Blue

📋 copy color: '#023ECE'

red 2 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #023ECE

Tints of Persian Blue #023ECE

RGB

 RED value IS 2 (1.17% from 255) = 0.74%

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

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 0.74%
G = 22.96%
B = 76.3%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#023ECE (or 0x023ECE) is known color: Persian Blue. HEX triplet: 02, 3E and CE. RGB value is (2,62,206). Sum of RGB (Red+Green+Blue) = 2+62+206=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #023ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ECE is #FDC131. Grayscale: #3B3B3B. Windows color (decimal): -16630066 or 13516290. OLE color: 13516290.

HSL color Cylindrical-coordinate representation of color #023ECE: hue angle of 222.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023ECE is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 62 206 -
CMYK 0.99 0.70 0 0.19
HSL 222.35º 0.98% 0.41% -
HSV(B) 222.35º 0.99% 0.81% -
XYZ 12.89 7.91 59.24 -
YUV 60.48 210.12 86.29 -
System Red Green Blue C M Y K H S L
Decimal 2 62 206 0.99 0.70 0 0.19 222.35 0.98 0.41
Hex 2 3E CE 63 46 0 13 DE 62 29
Octal 2 76 316 143 106 0 23 336 142 51
Binary 10 111110 11001110 1100011 1000110 0 10011 11011110 1100010 101001

Color Harmonies of #023ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023ECE

Black with #023ECE

Text Example


Text Example

White with #023ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023ECE; }

 p { color: rgb(2,62,206); }

 H1.HeaderClassName
 {
   color: #023ECE;
 }
 .AnyTagClassName
 {
   color: #023ECE;
 }
</style>

background-color css

<style>
 a { background-color: #023ECE; }

 a { background-color: rgb(2,62,206); }

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

border-color css

<style>
 span { border-color: #023ECE; }

 span { border-color: rgb(2,62,206); }

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