Html Css Color HEX #213CD8 Persian Blue

📋 copy color: '#213CD8'

red 33 ◦ green 60 ◦ blue 216

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

Shades of Persian Blue #213CD8

Tints of Persian Blue #213CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 69.9%

R = 10.68%
G = 19.42%
B = 69.9%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#213CD8 (or 0x213CD8) is known color: Persian Blue. HEX triplet: 21, 3C and D8. RGB value is (33,60,216). Sum of RGB (Red+Green+Blue) = 33+60+216=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 216 (84.77% from 255 or 69.90% from 309); Max value from RGB is 216 - color contains mainly: blue. Hex color #213CD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CD8 is #DEC327. Grayscale: #454545. Windows color (decimal): -14598952 or 14171169. OLE color: 14171169.

HSL color Cylindrical-coordinate representation of color #213CD8: hue angle of 231.15º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213CD8 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 60 216 -
CMYK 0.85 0.72 0 0.15
HSL 231.15º 0.73% 0.49% -
HSV(B) 231.15º 0.85% 0.85% -
XYZ 14.64 8.51 65.84 -
YUV 69.71 210.55 101.82 -
System Red Green Blue C M Y K H S L
Decimal 33 60 216 0.85 0.72 0 0.15 231.15 0.73 0.49
Hex 21 3C D8 55 48 0 F E7 49 31
Octal 41 74 330 125 110 0 17 347 111 61
Binary 100001 111100 11011000 1010101 1001000 0 1111 11100111 1001001 110001

Color Harmonies of #213CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CD8

Black with #213CD8

Text Example


Text Example

White with #213CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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