Html Css Color HEX #212FCE Persian Blue

📋 copy color: '#212FCE'

red 33 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #212FCE

Tints of Persian Blue #212FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 11.54%
G = 16.43%
B = 72.03%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#212FCE (or 0x212FCE) is known color: Persian Blue. HEX triplet: 21, 2F and CE. RGB value is (33,47,206). Sum of RGB (Red+Green+Blue) = 33+47+206=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #212FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FCE is #DED031. Grayscale: #3C3C3C. Windows color (decimal): -14602290 or 13512481. OLE color: 13512481.

HSL color Cylindrical-coordinate representation of color #212FCE: hue angle of 235.14º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212FCE is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 47 206 -
CMYK 0.84 0.77 0 0.19
HSL 235.14º 0.72% 0.47% -
HSV(B) 235.14º 0.84% 0.81% -
XYZ 12.78 6.81 59.03 -
YUV 60.94 209.86 108.07 -
System Red Green Blue C M Y K H S L
Decimal 33 47 206 0.84 0.77 0 0.19 235.14 0.72 0.47
Hex 21 2F CE 54 4D 0 13 EB 48 2F
Octal 41 57 316 124 115 0 23 353 110 57
Binary 100001 101111 11001110 1010100 1001101 0 10011 11101011 1001000 101111

Color Harmonies of #212FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FCE

Black with #212FCE

Text Example


Text Example

White with #212FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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