Html Css Color HEX #212FE4 Persian Blue

📋 copy color: '#212FE4'

red 33 ◦ green 47 ◦ blue 228

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

Shades of Persian Blue #212FE4

Tints of Persian Blue #212FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 74.03%

R = 10.71%
G = 15.26%
B = 74.03%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#212FE4 (or 0x212FE4) is known color: Persian Blue. HEX triplet: 21, 2F and E4. RGB value is (33,47,228). Sum of RGB (Red+Green+Blue) = 33+47+228=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 228 (89.45% from 255 or 74.03% from 308); Max value from RGB is 228 - color contains mainly: blue. Hex color #212FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FE4 is #DED01B. Grayscale: #3E3E3E. Windows color (decimal): -14602268 or 14954273. OLE color: 14954273.

HSL color Cylindrical-coordinate representation of color #212FE4: hue angle of 235.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212FE4 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 47 228 -
CMYK 0.86 0.79 0 0.11
HSL 235.69º 0.78% 0.51% -
HSV(B) 235.69º 0.86% 0.89% -
XYZ 15.65 7.96 74.11 -
YUV 63.45 220.86 106.28 -
System Red Green Blue C M Y K H S L
Decimal 33 47 228 0.86 0.79 0 0.11 235.69 0.78 0.51
Hex 21 2F E4 56 4F 0 B EC 4E 33
Octal 41 57 344 126 117 0 13 354 116 63
Binary 100001 101111 11100100 1010110 1001111 0 1011 11101100 1001110 110011

Color Harmonies of #212FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FE4

Black with #212FE4

Text Example


Text Example

White with #212FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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