Html Css Color HEX #212AD6 Persian Blue

📋 copy color: '#212AD6'

red 33 ◦ green 42 ◦ blue 214

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

Shades of Persian Blue #212AD6

Tints of Persian Blue #212AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 74.05%

R = 11.42%
G = 14.53%
B = 74.05%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#212AD6 (or 0x212AD6) is known color: Persian Blue. HEX triplet: 21, 2A and D6. RGB value is (33,42,214). Sum of RGB (Red+Green+Blue) = 33+42+214=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 214 (83.98% from 255 or 74.05% from 289); Max value from RGB is 214 - color contains mainly: blue. Hex color #212AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212AD6 is #DED529. Grayscale: #3A3A3A. Windows color (decimal): -14603562 or 14035489. OLE color: 14035489.

HSL color Cylindrical-coordinate representation of color #212AD6: hue angle of 237.02º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212AD6 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 42 214 -
CMYK 0.85 0.80 0 0.16
HSL 237.02º 0.73% 0.48% -
HSV(B) 237.02º 0.85% 0.84% -
XYZ 13.59 6.83 64.22 -
YUV 58.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 33 42 214 0.85 0.80 0 0.16 237.02 0.73 0.48
Hex 21 2A D6 55 50 0 10 ED 49 30
Octal 41 52 326 125 120 0 20 355 111 60
Binary 100001 101010 11010110 1010101 1010000 0 10000 11101101 1001001 110000

Color Harmonies of #212AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212AD6

Black with #212AD6

Text Example


Text Example

White with #212AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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