Html Css Color HEX #212EEB Persian Blue

📋 copy color: '#212EEB'

red 33 ◦ green 46 ◦ blue 235

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

Shades of Persian Blue #212EEB

Tints of Persian Blue #212EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.84%

R = 10.51%
G = 14.65%
B = 74.84%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#212EEB (or 0x212EEB) is known color: Persian Blue. HEX triplet: 21, 2E and EB. RGB value is (33,46,235). Sum of RGB (Red+Green+Blue) = 33+46+235=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #212EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212EEB is #DED114. Grayscale: #3E3E3E. Windows color (decimal): -14602517 or 15412769. OLE color: 15412769.

HSL color Cylindrical-coordinate representation of color #212EEB: hue angle of 236.14º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212EEB is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 46 235 -
CMYK 0.86 0.80 0 0.08
HSL 236.14º 0.83% 0.53% -
HSV(B) 236.14º 0.86% 0.92% -
XYZ 16.6 8.28 79.32 -
YUV 63.66 224.69 106.13 -
System Red Green Blue C M Y K H S L
Decimal 33 46 235 0.86 0.80 0 0.08 236.14 0.83 0.53
Hex 21 2E EB 56 50 0 8 EC 53 35
Octal 41 56 353 126 120 0 10 354 123 65
Binary 100001 101110 11101011 1010110 1010000 0 1000 11101100 1010011 110101

Color Harmonies of #212EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EEB

Black with #212EEB

Text Example


Text Example

White with #212EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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