Html Css Color HEX #212DC9 Persian Blue

📋 copy color: '#212DC9'

red 33 ◦ green 45 ◦ blue 201

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

Shades of Persian Blue #212DC9

Tints of Persian Blue #212DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 72.04%

R = 11.83%
G = 16.13%
B = 72.04%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#212DC9 (or 0x212DC9) is known color: Persian Blue. HEX triplet: 21, 2D and C9. RGB value is (33,45,201). Sum of RGB (Red+Green+Blue) = 33+45+201=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #212DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DC9 is #DED236. Grayscale: #3A3A3A. Windows color (decimal): -14602807 or 13184289. OLE color: 13184289.

HSL color Cylindrical-coordinate representation of color #212DC9: hue angle of 235.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212DC9 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 45 201 -
CMYK 0.84 0.78 0 0.21
HSL 235.71º 0.72% 0.46% -
HSV(B) 235.71º 0.84% 0.79% -
XYZ 12.11 6.42 55.86 -
YUV 59.2 208.02 109.32 -
System Red Green Blue C M Y K H S L
Decimal 33 45 201 0.84 0.78 0 0.21 235.71 0.72 0.46
Hex 21 2D C9 54 4E 0 15 EC 48 2E
Octal 41 55 311 124 116 0 25 354 110 56
Binary 100001 101101 11001001 1010100 1001110 0 10101 11101100 1001000 101110

Color Harmonies of #212DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DC9

Black with #212DC9

Text Example


Text Example

White with #212DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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