Html Css Color HEX #212DEC Persian Blue

📋 copy color: '#212DEC'

red 33 ◦ green 45 ◦ blue 236

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

Shades of Persian Blue #212DEC

Tints of Persian Blue #212DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 75.16%

R = 10.51%
G = 14.33%
B = 75.16%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#212DEC (or 0x212DEC) is known color: Persian Blue. HEX triplet: 21, 2D and EC. RGB value is (33,45,236). Sum of RGB (Red+Green+Blue) = 33+45+236=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #212DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212DEC is #DED213. Grayscale: #3E3E3E. Windows color (decimal): -14602772 or 15478049. OLE color: 15478049.

HSL color Cylindrical-coordinate representation of color #212DEC: hue angle of 236.45º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212DEC is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 45 236 -
CMYK 0.86 0.81 0 0.07
HSL 236.45º 0.84% 0.53% -
HSV(B) 236.45º 0.86% 0.93% -
XYZ 16.71 8.26 80.07 -
YUV 63.19 225.52 106.47 -
System Red Green Blue C M Y K H S L
Decimal 33 45 236 0.86 0.81 0 0.07 236.45 0.84 0.53
Hex 21 2D EC 56 51 0 7 EC 54 35
Octal 41 55 354 126 121 0 7 354 124 65
Binary 100001 101101 11101100 1010110 1010001 0 111 11101100 1010100 110101

Color Harmonies of #212DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DEC

Black with #212DEC

Text Example


Text Example

White with #212DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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