Html Css Color HEX #213BD9 Persian Blue

📋 copy color: '#213BD9'

red 33 ◦ green 59 ◦ blue 217

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

Shades of Persian Blue #213BD9

Tints of Persian Blue #213BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 70.23%

R = 10.68%
G = 19.09%
B = 70.23%

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

#213BD9 (or 0x213BD9) is known color: Persian Blue. HEX triplet: 21, 3B and D9. RGB value is (33,59,217). Sum of RGB (Red+Green+Blue) = 33+59+217=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 217 (85.16% from 255 or 70.23% from 309); Max value from RGB is 217 - color contains mainly: blue. Hex color #213BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BD9 is #DEC426. Grayscale: #444444. Windows color (decimal): -14599207 or 14236449. OLE color: 14236449.

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

Color convert

RGB 33 59 217 -
CMYK 0.85 0.73 0 0.15
HSL 231.52º 0.74% 0.49% -
HSV(B) 231.52º 0.85% 0.85% -
XYZ 14.72 8.46 66.5 -
YUV 69.24 211.39 102.15 -
System Red Green Blue C M Y K H S L
Decimal 33 59 217 0.85 0.73 0 0.15 231.52 0.74 0.49
Hex 21 3B D9 55 49 0 F E8 4A 31
Octal 41 73 331 125 111 0 17 350 112 61
Binary 100001 111011 11011001 1010101 1001001 0 1111 11101000 1001010 110001

Color Harmonies of #213BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BD9

Black with #213BD9

Text Example


Text Example

White with #213BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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