Html Css Color HEX #022BDB Persian Blue

📋 copy color: '#022BDB'

red 2 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #022BDB

Tints of Persian Blue #022BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.29%

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

R = 0.76%
G = 16.29%
B = 82.95%

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

#022BDB (or 0x022BDB) is known color: Persian Blue. HEX triplet: 02, 2B and DB. RGB value is (2,43,219). Sum of RGB (Red+Green+Blue) = 2+43+219=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #022BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BDB is #FDD424. Grayscale: #323232. Windows color (decimal): -16634917 or 14363394. OLE color: 14363394.

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

Color convert

RGB 2 43 219 -
CMYK 0.99 0.80 0 0.14
HSL 228.66º 0.98% 0.43% -
HSV(B) 228.66º 0.99% 0.86% -
XYZ 13.68 6.86 67.62 -
YUV 50.81 222.92 93.19 -
System Red Green Blue C M Y K H S L
Decimal 2 43 219 0.99 0.80 0 0.14 228.66 0.98 0.43
Hex 2 2B DB 63 50 0 E E5 62 2B
Octal 2 53 333 143 120 0 16 345 142 53
Binary 10 101011 11011011 1100011 1010000 0 1110 11100101 1100010 101011

Color Harmonies of #022BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BDB

Black with #022BDB

Text Example


Text Example

White with #022BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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