Html Css Color HEX #022FCE Persian Blue

📋 copy color: '#022FCE'

red 2 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #022FCE

Tints of Persian Blue #022FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.43%

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

R = 0.78%
G = 18.43%
B = 80.78%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#022FCE (or 0x022FCE) is known color: Persian Blue. HEX triplet: 02, 2F and CE. RGB value is (2,47,206). Sum of RGB (Red+Green+Blue) = 2+47+206=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #022FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FCE is #FDD031. Grayscale: #323232. Windows color (decimal): -16633906 or 13512450. OLE color: 13512450.

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

Color convert

RGB 2 47 206 -
CMYK 0.99 0.77 0 0.19
HSL 226.76º 0.98% 0.41% -
HSV(B) 226.76º 0.99% 0.81% -
XYZ 12.18 6.5 59.01 -
YUV 51.67 215.09 92.57 -
System Red Green Blue C M Y K H S L
Decimal 2 47 206 0.99 0.77 0 0.19 226.76 0.98 0.41
Hex 2 2F CE 63 4D 0 13 E3 62 29
Octal 2 57 316 143 115 0 23 343 142 51
Binary 10 101111 11001110 1100011 1001101 0 10011 11100011 1100010 101001

Color Harmonies of #022FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022FCE

Black with #022FCE

Text Example


Text Example

White with #022FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022FCE; }

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

 H1.HeaderClassName
 {
   color: #022FCE;
 }
 .AnyTagClassName
 {
   color: #022FCE;
 }
</style>

background-color css

<style>
 a { background-color: #022FCE; }

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

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

border-color css

<style>
 span { border-color: #022FCE; }

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

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