Html Css Color HEX #212DD6 Persian Blue

📋 copy color: '#212DD6'

red 33 ◦ green 45 ◦ blue 214

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

Shades of Persian Blue #212DD6

Tints of Persian Blue #212DD6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

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

R = 11.3%
G = 15.41%
B = 73.29%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#212DD6 (or 0x212DD6) is known color: Persian Blue. HEX triplet: 21, 2D and D6. RGB value is (33,45,214). Sum of RGB (Red+Green+Blue) = 33+45+214=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 214 (83.98% from 255 or 73.29% from 292); Max value from RGB is 214 - color contains mainly: blue. Hex color #212DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DD6 is #DED229. Grayscale: #3B3B3B. Windows color (decimal): -14602794 or 14036257. OLE color: 14036257.

HSL color Cylindrical-coordinate representation of color #212DD6: hue angle of 236.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 #212DD6 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 45 214 -
CMYK 0.85 0.79 0 0.16
HSL 236.02º 0.73% 0.48% -
HSV(B) 236.02º 0.85% 0.84% -
XYZ 13.7 7.06 64.26 -
YUV 60.68 214.52 108.26 -
System Red Green Blue C M Y K H S L
Decimal 33 45 214 0.85 0.79 0 0.16 236.02 0.73 0.48
Hex 21 2D D6 55 4F 0 10 EC 49 30
Octal 41 55 326 125 117 0 20 354 111 60
Binary 100001 101101 11010110 1010101 1001111 0 10000 11101100 1001001 110000

Color Harmonies of #212DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DD6

Black with #212DD6

Text Example


Text Example

White with #212DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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