Html Css Color HEX #212ADE Persian Blue

📋 copy color: '#212ADE'

red 33 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #212ADE

Tints of Persian Blue #212ADE

RGB

 RED value IS 33 (13.28% from 255) = 11.11%

 GREEN value IS 42 (16.8% from 255) = 14.14%

 BLUE value IS 222 (87.11% from 255) = 74.75%

R = 11.11%
G = 14.14%
B = 74.75%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#212ADE (or 0x212ADE) is known color: Persian Blue. HEX triplet: 21, 2A and DE. RGB value is (33,42,222). Sum of RGB (Red+Green+Blue) = 33+42+222=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 222 (87.11% from 255 or 74.75% from 297); Max value from RGB is 222 - color contains mainly: blue. Hex color #212ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ADE is #DED521. Grayscale: #3B3B3B. Windows color (decimal): -14603554 or 14559777. OLE color: 14559777.

HSL color Cylindrical-coordinate representation of color #212ADE: hue angle of 237.14º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212ADE is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 42 222 -
CMYK 0.85 0.81 0 0.13
HSL 237.14º 0.74% 0.5% -
HSV(B) 237.14º 0.85% 0.87% -
XYZ 14.64 7.25 69.74 -
YUV 59.83 219.52 108.86 -
System Red Green Blue C M Y K H S L
Decimal 33 42 222 0.85 0.81 0 0.13 237.14 0.74 0.5
Hex 21 2A DE 55 51 0 D ED 4A 32
Octal 41 52 336 125 121 0 15 355 112 62
Binary 100001 101010 11011110 1010101 1010001 0 1101 11101101 1001010 110010

Color Harmonies of #212ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ADE

Black with #212ADE

Text Example


Text Example

White with #212ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212ADE; }

 p { color: rgb(33,42,222); }

 H1.HeaderClassName
 {
   color: #212ADE;
 }
 .AnyTagClassName
 {
   color: #212ADE;
 }
</style>

background-color css

<style>
 a { background-color: #212ADE; }

 a { background-color: rgb(33,42,222); }

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

border-color css

<style>
 span { border-color: #212ADE; }

 span { border-color: rgb(33,42,222); }

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