Html Css Color HEX #212FD6 Persian Blue

📋 copy color: '#212FD6'

red 33 ◦ green 47 ◦ blue 214

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

Shades of Persian Blue #212FD6

Tints of Persian Blue #212FD6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.99%

 BLUE value IS 214 (83.98% from 255) = 72.79%

R = 11.22%
G = 15.99%
B = 72.79%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#212FD6 (or 0x212FD6) is known color: Persian Blue. HEX triplet: 21, 2F and D6. RGB value is (33,47,214). Sum of RGB (Red+Green+Blue) = 33+47+214=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 214 (83.98% from 255 or 72.79% from 294); Max value from RGB is 214 - color contains mainly: blue. Hex color #212FD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FD6 is #DED029. Grayscale: #3D3D3D. Windows color (decimal): -14602282 or 14036769. OLE color: 14036769.

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

Color convert

RGB 33 47 214 -
CMYK 0.85 0.78 0 0.16
HSL 235.36º 0.73% 0.48% -
HSV(B) 235.36º 0.85% 0.84% -
XYZ 13.78 7.21 64.28 -
YUV 61.85 213.86 107.42 -
System Red Green Blue C M Y K H S L
Decimal 33 47 214 0.85 0.78 0 0.16 235.36 0.73 0.48
Hex 21 2F D6 55 4E 0 10 EB 49 30
Octal 41 57 326 125 116 0 20 353 111 60
Binary 100001 101111 11010110 1010101 1001110 0 10000 11101011 1001001 110000

Color Harmonies of #212FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FD6

Black with #212FD6

Text Example


Text Example

White with #212FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,47,214); }

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

background-color css

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

 a { background-color: rgb(33,47,214); }

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

border-color css

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

 span { border-color: rgb(33,47,214); }

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