Html Css Color HEX #213BD8 Persian Blue

📋 copy color: '#213BD8'

red 33 ◦ green 59 ◦ blue 216

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

Shades of Persian Blue #213BD8

Tints of Persian Blue #213BD8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.16%

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

R = 10.71%
G = 19.16%
B = 70.13%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#213BD8 (or 0x213BD8) is known color: Persian Blue. HEX triplet: 21, 3B and D8. RGB value is (33,59,216). Sum of RGB (Red+Green+Blue) = 33+59+216=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 216 (84.77% from 255 or 70.13% from 308); Max value from RGB is 216 - color contains mainly: blue. Hex color #213BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BD8 is #DEC427. Grayscale: #444444. Windows color (decimal): -14599208 or 14170913. OLE color: 14170913.

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

Color convert

RGB 33 59 216 -
CMYK 0.85 0.73 0 0.15
HSL 231.48º 0.73% 0.49% -
HSV(B) 231.48º 0.85% 0.85% -
XYZ 14.59 8.41 65.82 -
YUV 69.12 210.89 102.23 -
System Red Green Blue C M Y K H S L
Decimal 33 59 216 0.85 0.73 0 0.15 231.48 0.73 0.49
Hex 21 3B D8 55 49 0 F E7 49 31
Octal 41 73 330 125 111 0 17 347 111 61
Binary 100001 111011 11011000 1010101 1001001 0 1111 11100111 1001001 110001

Color Harmonies of #213BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BD8

Black with #213BD8

Text Example


Text Example

White with #213BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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