Html Css Color HEX #022CDB Persian Blue

📋 copy color: '#022CDB'

red 2 ◦ green 44 ◦ blue 219

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

Shades of Persian Blue #022CDB

Tints of Persian Blue #022CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 82.64%

R = 0.75%
G = 16.6%
B = 82.64%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#022CDB (or 0x022CDB) is known color: Persian Blue. HEX triplet: 02, 2C and DB. RGB value is (2,44,219). Sum of RGB (Red+Green+Blue) = 2+44+219=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #022CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CDB is #FDD324. Grayscale: #323232. Windows color (decimal): -16634661 or 14363650. OLE color: 14363650.

HSL color Cylindrical-coordinate representation of color #022CDB: hue angle of 228.39º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CDB is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 44 219 -
CMYK 0.99 0.80 0 0.14
HSL 228.39º 0.98% 0.43% -
HSV(B) 228.39º 0.99% 0.86% -
XYZ 13.71 6.93 67.63 -
YUV 51.39 222.59 92.77 -
System Red Green Blue C M Y K H S L
Decimal 2 44 219 0.99 0.80 0 0.14 228.39 0.98 0.43
Hex 2 2C DB 63 50 0 E E4 62 2B
Octal 2 54 333 143 120 0 16 344 142 53
Binary 10 101100 11011011 1100011 1010000 0 1110 11100100 1100010 101011

Color Harmonies of #022CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CDB

Black with #022CDB

Text Example


Text Example

White with #022CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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