Html Css Color HEX #213EE6 Persian Blue

📋 copy color: '#213EE6'

red 33 ◦ green 62 ◦ blue 230

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

Shades of Persian Blue #213EE6

Tints of Persian Blue #213EE6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.08%

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

R = 10.15%
G = 19.08%
B = 70.77%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#213EE6 (or 0x213EE6) is known color: Persian Blue. HEX triplet: 21, 3E and E6. RGB value is (33,62,230). Sum of RGB (Red+Green+Blue) = 33+62+230=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #213EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213EE6 is #DEC119. Grayscale: #474747. Windows color (decimal): -14598426 or 15089185. OLE color: 15089185.

HSL color Cylindrical-coordinate representation of color #213EE6: hue angle of 231.17º 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 #213EE6 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 62 230 -
CMYK 0.86 0.73 0 0.10
HSL 231.17º 0.8% 0.52% -
HSV(B) 231.17º 0.86% 0.9% -
XYZ 16.63 9.48 75.82 -
YUV 72.48 216.89 99.84 -
System Red Green Blue C M Y K H S L
Decimal 33 62 230 0.86 0.73 0 0.10 231.17 0.8 0.52
Hex 21 3E E6 56 49 0 A E7 50 34
Octal 41 76 346 126 111 0 12 347 120 64
Binary 100001 111110 11100110 1010110 1001001 0 1010 11100111 1010000 110100

Color Harmonies of #213EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213EE6

Black with #213EE6

Text Example


Text Example

White with #213EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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