Html Css Color HEX #212DEF Persian Blue

📋 copy color: '#212DEF'

red 33 ◦ green 45 ◦ blue 239

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

Shades of Persian Blue #212DEF

Tints of Persian Blue #212DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 75.39%

R = 10.41%
G = 14.2%
B = 75.39%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#212DEF (or 0x212DEF) is known color: Persian Blue. HEX triplet: 21, 2D and EF. RGB value is (33,45,239). Sum of RGB (Red+Green+Blue) = 33+45+239=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #212DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212DEF is #DED210. Grayscale: #3E3E3E. Windows color (decimal): -14602769 or 15674657. OLE color: 15674657.

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

Color convert

RGB 33 45 239 -
CMYK 0.86 0.81 0 0.06
HSL 236.5º 0.87% 0.53% -
HSV(B) 236.5º 0.86% 0.94% -
XYZ 17.15 8.43 82.39 -
YUV 63.53 227.02 106.23 -
System Red Green Blue C M Y K H S L
Decimal 33 45 239 0.86 0.81 0 0.06 236.5 0.87 0.53
Hex 21 2D EF 56 51 0 6 ED 57 35
Octal 41 55 357 126 121 0 6 355 127 65
Binary 100001 101101 11101111 1010110 1010001 0 110 11101101 1010111 110101

Color Harmonies of #212DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212DEF

Black with #212DEF

Text Example


Text Example

White with #212DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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