Html Css Color HEX #213CE0 Persian Blue

📋 copy color: '#213CE0'

red 33 ◦ green 60 ◦ blue 224

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

Shades of Persian Blue #213CE0

Tints of Persian Blue #213CE0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

 BLUE value IS 224 (87.89% from 255) = 70.66%

R = 10.41%
G = 18.93%
B = 70.66%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#213CE0 (or 0x213CE0) is known color: Persian Blue. HEX triplet: 21, 3C and E0. RGB value is (33,60,224). Sum of RGB (Red+Green+Blue) = 33+60+224=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 224 (87.89% from 255 or 70.66% from 317); Max value from RGB is 224 - color contains mainly: blue. Hex color #213CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CE0 is #DEC31F. Grayscale: #454545. Windows color (decimal): -14598944 or 14695457. OLE color: 14695457.

HSL color Cylindrical-coordinate representation of color #213CE0: hue angle of 231.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213CE0 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 60 224 -
CMYK 0.85 0.73 0 0.12
HSL 231.52º 0.75% 0.5% -
HSV(B) 231.52º 0.85% 0.88% -
XYZ 15.7 8.94 71.42 -
YUV 70.62 214.55 101.16 -
System Red Green Blue C M Y K H S L
Decimal 33 60 224 0.85 0.73 0 0.12 231.52 0.75 0.5
Hex 21 3C E0 55 49 0 C E8 4B 32
Octal 41 74 340 125 111 0 14 350 113 62
Binary 100001 111100 11100000 1010101 1001001 0 1100 11101000 1001011 110010

Color Harmonies of #213CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CE0

Black with #213CE0

Text Example


Text Example

White with #213CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,60,224); }

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

background-color css

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

 a { background-color: rgb(33,60,224); }

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

border-color css

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

 span { border-color: rgb(33,60,224); }

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