Html Css Color HEX #022DDB Persian Blue

📋 copy color: '#022DDB'

red 2 ◦ green 45 ◦ blue 219

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

Shades of Persian Blue #022DDB

Tints of Persian Blue #022DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.92%

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

R = 0.75%
G = 16.92%
B = 82.33%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#022DDB (or 0x022DDB) is known color: Persian Blue. HEX triplet: 02, 2D and DB. RGB value is (2,45,219). Sum of RGB (Red+Green+Blue) = 2+45+219=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #022DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DDB is #FDD224. Grayscale: #333333. Windows color (decimal): -16634405 or 14363906. OLE color: 14363906.

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

Color convert

RGB 2 45 219 -
CMYK 0.99 0.79 0 0.14
HSL 228.11º 0.98% 0.43% -
HSV(B) 228.11º 0.99% 0.86% -
XYZ 13.75 7 67.65 -
YUV 51.98 222.25 92.35 -
System Red Green Blue C M Y K H S L
Decimal 2 45 219 0.99 0.79 0 0.14 228.11 0.98 0.43
Hex 2 2D DB 63 4F 0 E E4 62 2B
Octal 2 55 333 143 117 0 16 344 142 53
Binary 10 101101 11011011 1100011 1001111 0 1110 11100100 1100010 101011

Color Harmonies of #022DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DDB

Black with #022DDB

Text Example


Text Example

White with #022DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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