Html Css Color HEX #212DDD Persian Blue

📋 copy color: '#212DDD'

red 33 ◦ green 45 ◦ blue 221

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

Shades of Persian Blue #212DDD

Tints of Persian Blue #212DDD

RGB

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

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

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

R = 11.04%
G = 15.05%
B = 73.91%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#212DDD (or 0x212DDD) is known color: Persian Blue. HEX triplet: 21, 2D and DD. RGB value is (33,45,221). Sum of RGB (Red+Green+Blue) = 33+45+221=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #212DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DDD is #DED222. Grayscale: #3C3C3C. Windows color (decimal): -14602787 or 14495009. OLE color: 14495009.

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

Color convert

RGB 33 45 221 -
CMYK 0.85 0.80 0 0.13
HSL 236.17º 0.74% 0.5% -
HSV(B) 236.17º 0.85% 0.87% -
XYZ 14.62 7.42 69.07 -
YUV 61.48 218.02 107.69 -
System Red Green Blue C M Y K H S L
Decimal 33 45 221 0.85 0.80 0 0.13 236.17 0.74 0.5
Hex 21 2D DD 55 50 0 D EC 4A 32
Octal 41 55 335 125 120 0 15 354 112 62
Binary 100001 101101 11011101 1010101 1010000 0 1101 11101100 1001010 110010

Color Harmonies of #212DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DDD

Black with #212DDD

Text Example


Text Example

White with #212DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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