Html Css Color HEX #212ADD Persian Blue

📋 copy color: '#212ADD'

red 33 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #212ADD

Tints of Persian Blue #212ADD

RGB

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

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

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

R = 11.15%
G = 14.19%
B = 74.66%

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

#212ADD (or 0x212ADD) is known color: Persian Blue. HEX triplet: 21, 2A and DD. RGB value is (33,42,221). Sum of RGB (Red+Green+Blue) = 33+42+221=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #212ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ADD is #DED522. Grayscale: #3A3A3A. Windows color (decimal): -14603555 or 14494241. OLE color: 14494241.

HSL color Cylindrical-coordinate representation of color #212ADD: hue angle of 237.13º 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 #212ADD is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 42 221 -
CMYK 0.85 0.81 0 0.13
HSL 237.13º 0.74% 0.5% -
HSV(B) 237.13º 0.85% 0.87% -
XYZ 14.51 7.2 69.03 -
YUV 59.72 219.02 108.95 -
System Red Green Blue C M Y K H S L
Decimal 33 42 221 0.85 0.81 0 0.13 237.13 0.74 0.5
Hex 21 2A DD 55 51 0 D ED 4A 32
Octal 41 52 335 125 121 0 15 355 112 62
Binary 100001 101010 11011101 1010101 1010001 0 1101 11101101 1001010 110010

Color Harmonies of #212ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ADD

Black with #212ADD

Text Example


Text Example

White with #212ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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