Html Css Color HEX #022CCE Persian Blue

📋 copy color: '#022CCE'

red 2 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #022CCE

Tints of Persian Blue #022CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.46%

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

R = 0.79%
G = 17.46%
B = 81.75%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#022CCE (or 0x022CCE) is known color: Persian Blue. HEX triplet: 02, 2C and CE. RGB value is (2,44,206). Sum of RGB (Red+Green+Blue) = 2+44+206=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #022CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CCE is #FDD331. Grayscale: #313131. Windows color (decimal): -16634674 or 13511682. OLE color: 13511682.

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

Color convert

RGB 2 44 206 -
CMYK 0.99 0.79 0 0.19
HSL 227.65º 0.98% 0.41% -
HSV(B) 227.65º 0.99% 0.81% -
XYZ 12.07 6.27 58.97 -
YUV 49.91 216.09 93.83 -
System Red Green Blue C M Y K H S L
Decimal 2 44 206 0.99 0.79 0 0.19 227.65 0.98 0.41
Hex 2 2C CE 63 4F 0 13 E4 62 29
Octal 2 54 316 143 117 0 23 344 142 51
Binary 10 101100 11001110 1100011 1001111 0 10011 11100100 1100010 101001

Color Harmonies of #022CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CCE

Black with #022CCE

Text Example


Text Example

White with #022CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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