Html Css Color HEX #022BDD Persian Blue

📋 copy color: '#022BDD'

red 2 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #022BDD

Tints of Persian Blue #022BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 83.08%

R = 0.75%
G = 16.17%
B = 83.08%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#022BDD (or 0x022BDD) is known color: Persian Blue. HEX triplet: 02, 2B and DD. RGB value is (2,43,221). Sum of RGB (Red+Green+Blue) = 2+43+221=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #022BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BDD is #FDD422. Grayscale: #323232. Windows color (decimal): -16634915 or 14494466. OLE color: 14494466.

HSL color Cylindrical-coordinate representation of color #022BDD: hue angle of 228.77º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BDD is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 43 221 -
CMYK 0.99 0.81 0 0.13
HSL 228.77º 0.98% 0.44% -
HSV(B) 228.77º 0.99% 0.87% -
XYZ 13.94 6.96 69.02 -
YUV 51.03 223.92 93.03 -
System Red Green Blue C M Y K H S L
Decimal 2 43 221 0.99 0.81 0 0.13 228.77 0.98 0.44
Hex 2 2B DD 63 51 0 D E5 62 2C
Octal 2 53 335 143 121 0 15 345 142 54
Binary 10 101011 11011101 1100011 1010001 0 1101 11100101 1100010 101100

Color Harmonies of #022BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BDD

Black with #022BDD

Text Example


Text Example

White with #022BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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