Html Css Color HEX #023ECF Persian Blue

📋 copy color: '#023ECF'

red 2 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #023ECF

Tints of Persian Blue #023ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.38%

R = 0.74%
G = 22.88%
B = 76.38%

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

#023ECF (or 0x023ECF) is known color: Persian Blue. HEX triplet: 02, 3E and CF. RGB value is (2,62,207). Sum of RGB (Red+Green+Blue) = 2+62+207=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #023ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ECF is #FDC130. Grayscale: #3B3B3B. Windows color (decimal): -16630065 or 13581826. OLE color: 13581826.

HSL color Cylindrical-coordinate representation of color #023ECF: hue angle of 222.44º 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 #023ECF is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 62 207 -
CMYK 0.99 0.70 0 0.19
HSL 222.44º 0.98% 0.41% -
HSV(B) 222.44º 0.99% 0.81% -
XYZ 13.01 7.96 59.88 -
YUV 60.59 210.62 86.21 -
System Red Green Blue C M Y K H S L
Decimal 2 62 207 0.99 0.70 0 0.19 222.44 0.98 0.41
Hex 2 3E CF 63 46 0 13 DE 62 29
Octal 2 76 317 143 106 0 23 336 142 51
Binary 10 111110 11001111 1100011 1000110 0 10011 11011110 1100010 101001

Color Harmonies of #023ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023ECF

Black with #023ECF

Text Example


Text Example

White with #023ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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