Html Css Color HEX #213EED Persian Blue

📋 copy color: '#213EED'

red 33 ◦ green 62 ◦ blue 237

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

Shades of Persian Blue #213EED

Tints of Persian Blue #213EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.39%

R = 9.94%
G = 18.67%
B = 71.39%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#213EED (or 0x213EED) is known color: Persian Blue. HEX triplet: 21, 3E and ED. RGB value is (33,62,237). Sum of RGB (Red+Green+Blue) = 33+62+237=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #213EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213EED is #DEC112. Grayscale: #484848. Windows color (decimal): -14598419 or 15547937. OLE color: 15547937.

HSL color Cylindrical-coordinate representation of color #213EED: hue angle of 231.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213EED is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 62 237 -
CMYK 0.86 0.74 0 0.07
HSL 231.47º 0.85% 0.53% -
HSV(B) 231.47º 0.86% 0.93% -
XYZ 17.64 9.88 81.1 -
YUV 73.28 220.39 99.27 -
System Red Green Blue C M Y K H S L
Decimal 33 62 237 0.86 0.74 0 0.07 231.47 0.85 0.53
Hex 21 3E ED 56 4A 0 7 E7 55 35
Octal 41 76 355 126 112 0 7 347 125 65
Binary 100001 111110 11101101 1010110 1001010 0 111 11100111 1010101 110101

Color Harmonies of #213EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213EED

Black with #213EED

Text Example


Text Example

White with #213EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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