Html Css Color HEX #022FDB Persian Blue

📋 copy color: '#022FDB'

red 2 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #022FDB

Tints of Persian Blue #022FDB

RGB

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

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

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

R = 0.75%
G = 17.54%
B = 81.72%

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

#022FDB (or 0x022FDB) is known color: Persian Blue. HEX triplet: 02, 2F and DB. RGB value is (2,47,219). Sum of RGB (Red+Green+Blue) = 2+47+219=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #022FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FDB is #FDD024. Grayscale: #343434. Windows color (decimal): -16633893 or 14364418. OLE color: 14364418.

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

Color convert

RGB 2 47 219 -
CMYK 0.99 0.79 0 0.14
HSL 227.56º 0.98% 0.43% -
HSV(B) 227.56º 0.99% 0.86% -
XYZ 13.83 7.16 67.67 -
YUV 53.15 221.59 91.51 -
System Red Green Blue C M Y K H S L
Decimal 2 47 219 0.99 0.79 0 0.14 227.56 0.98 0.43
Hex 2 2F DB 63 4F 0 E E4 62 2B
Octal 2 57 333 143 117 0 16 344 142 53
Binary 10 101111 11011011 1100011 1001111 0 1110 11100100 1100010 101011

Color Harmonies of #022FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022FDB

Black with #022FDB

Text Example


Text Example

White with #022FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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