Html Css Color HEX #022BDA Persian Blue

📋 copy color: '#022BDA'

red 2 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #022BDA

Tints of Persian Blue #022BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 82.89%

R = 0.76%
G = 16.35%
B = 82.89%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#022BDA (or 0x022BDA) is known color: Persian Blue. HEX triplet: 02, 2B and DA. RGB value is (2,43,218). Sum of RGB (Red+Green+Blue) = 2+43+218=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #022BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BDA is #FDD425. Grayscale: #313131. Windows color (decimal): -16634918 or 14297858. OLE color: 14297858.

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

Color convert

RGB 2 43 218 -
CMYK 0.99 0.80 0 0.15
HSL 228.61º 0.98% 0.43% -
HSV(B) 228.61º 0.99% 0.85% -
XYZ 13.54 6.8 66.93 -
YUV 50.69 222.42 93.27 -
System Red Green Blue C M Y K H S L
Decimal 2 43 218 0.99 0.80 0 0.15 228.61 0.98 0.43
Hex 2 2B DA 63 50 0 F E5 62 2B
Octal 2 53 332 143 120 0 17 345 142 53
Binary 10 101011 11011010 1100011 1010000 0 1111 11100101 1100010 101011

Color Harmonies of #022BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BDA

Black with #022BDA

Text Example


Text Example

White with #022BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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