Html Css Color HEX #212DD2 Persian Blue

📋 copy color: '#212DD2'

red 33 ◦ green 45 ◦ blue 210

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

Shades of Persian Blue #212DD2

Tints of Persian Blue #212DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 72.92%

R = 11.46%
G = 15.63%
B = 72.92%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#212DD2 (or 0x212DD2) is known color: Persian Blue. HEX triplet: 21, 2D and D2. RGB value is (33,45,210). Sum of RGB (Red+Green+Blue) = 33+45+210=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 210 (82.42% from 255 or 72.92% from 288); Max value from RGB is 210 - color contains mainly: blue. Hex color #212DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DD2 is #DED22D. Grayscale: #3B3B3B. Windows color (decimal): -14602798 or 13774113. OLE color: 13774113.

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

Color convert

RGB 33 45 210 -
CMYK 0.84 0.79 0 0.18
HSL 235.93º 0.73% 0.48% -
HSV(B) 235.93º 0.84% 0.82% -
XYZ 13.2 6.85 61.6 -
YUV 60.22 212.52 108.58 -
System Red Green Blue C M Y K H S L
Decimal 33 45 210 0.84 0.79 0 0.18 235.93 0.73 0.48
Hex 21 2D D2 54 4F 0 12 EC 49 30
Octal 41 55 322 124 117 0 22 354 111 60
Binary 100001 101101 11010010 1010100 1001111 0 10010 11101100 1001001 110000

Color Harmonies of #212DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DD2

Black with #212DD2

Text Example


Text Example

White with #212DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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