Html Css Color HEX #212FE0 Persian Blue

📋 copy color: '#212FE0'

red 33 ◦ green 47 ◦ blue 224

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

Shades of Persian Blue #212FE0

Tints of Persian Blue #212FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 73.68%

R = 10.86%
G = 15.46%
B = 73.68%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#212FE0 (or 0x212FE0) is known color: Persian Blue. HEX triplet: 21, 2F and E0. RGB value is (33,47,224). Sum of RGB (Red+Green+Blue) = 33+47+224=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 224 (87.89% from 255 or 73.68% from 304); Max value from RGB is 224 - color contains mainly: blue. Hex color #212FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FE0 is #DED01F. Grayscale: #3E3E3E. Windows color (decimal): -14602272 or 14692129. OLE color: 14692129.

HSL color Cylindrical-coordinate representation of color #212FE0: hue angle of 235.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212FE0 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 47 224 -
CMYK 0.85 0.79 0 0.12
HSL 235.6º 0.75% 0.5% -
HSV(B) 235.6º 0.85% 0.88% -
XYZ 15.1 7.74 71.22 -
YUV 62.99 218.86 106.61 -
System Red Green Blue C M Y K H S L
Decimal 33 47 224 0.85 0.79 0 0.12 235.6 0.75 0.5
Hex 21 2F E0 55 4F 0 C EC 4B 32
Octal 41 57 340 125 117 0 14 354 113 62
Binary 100001 101111 11100000 1010101 1001111 0 1100 11101100 1001011 110010

Color Harmonies of #212FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FE0

Black with #212FE0

Text Example


Text Example

White with #212FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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