Html Css Color HEX #212EE6 Persian Blue

📋 copy color: '#212EE6'

red 33 ◦ green 46 ◦ blue 230

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

Shades of Persian Blue #212EE6

Tints of Persian Blue #212EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 74.43%

R = 10.68%
G = 14.89%
B = 74.43%

CMYK

 C value IS 0.86

 M value IS 0.8

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#212EE6 (or 0x212EE6) is known color: Persian Blue. HEX triplet: 21, 2E and E6. RGB value is (33,46,230). Sum of RGB (Red+Green+Blue) = 33+46+230=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 230 (90.23% from 255 or 74.43% from 309); Max value from RGB is 230 - color contains mainly: blue. Hex color #212EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212EE6 is #DED119. Grayscale: #3E3E3E. Windows color (decimal): -14602522 or 15085089. OLE color: 15085089.

HSL color Cylindrical-coordinate representation of color #212EE6: hue angle of 236.04º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212EE6 is Cyan = 0.86, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 46 230 -
CMYK 0.86 0.8 0 0.10
HSL 236.04º 0.8% 0.52% -
HSV(B) 236.04º 0.86% 0.9% -
XYZ 15.89 7.99 75.57 -
YUV 63.09 222.19 106.54 -
System Red Green Blue C M Y K H S L
Decimal 33 46 230 0.86 0.8 0 0.10 236.04 0.8 0.52
Hex 21 2E E6 56 50 0 A EC 50 34
Octal 41 56 346 126 120 0 12 354 120 64
Binary 100001 101110 11100110 1010110 1010000 0 1010 11101100 1010000 110100

Color Harmonies of #212EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EE6

Black with #212EE6

Text Example


Text Example

White with #212EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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