Html Css Color HEX #212EE1 Persian Blue

📋 copy color: '#212EE1'

red 33 ◦ green 46 ◦ blue 225

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

Shades of Persian Blue #212EE1

Tints of Persian Blue #212EE1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

 BLUE value IS 225 (88.28% from 255) = 74.01%

R = 10.86%
G = 15.13%
B = 74.01%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#212EE1 (or 0x212EE1) is known color: Persian Blue. HEX triplet: 21, 2E and E1. RGB value is (33,46,225). Sum of RGB (Red+Green+Blue) = 33+46+225=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 225 (88.28% from 255 or 74.01% from 304); Max value from RGB is 225 - color contains mainly: blue. Hex color #212EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EE1 is #DED11E. Grayscale: #3D3D3D. Windows color (decimal): -14602527 or 14757409. OLE color: 14757409.

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

Color convert

RGB 33 46 225 -
CMYK 0.85 0.80 0 0.12
HSL 235.94º 0.76% 0.51% -
HSV(B) 235.94º 0.85% 0.88% -
XYZ 15.19 7.71 71.92 -
YUV 62.52 219.69 106.95 -
System Red Green Blue C M Y K H S L
Decimal 33 46 225 0.85 0.80 0 0.12 235.94 0.76 0.51
Hex 21 2E E1 55 50 0 C EC 4C 33
Octal 41 56 341 125 120 0 14 354 114 63
Binary 100001 101110 11100001 1010101 1010000 0 1100 11101100 1001100 110011

Color Harmonies of #212EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EE1

Black with #212EE1

Text Example


Text Example

White with #212EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,46,225); }

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

background-color css

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

 a { background-color: rgb(33,46,225); }

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

border-color css

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

 span { border-color: rgb(33,46,225); }

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