Html Css Color HEX #213FD5 Persian Blue

📋 copy color: '#213FD5'

red 33 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #213FD5

Tints of Persian Blue #213FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 20.39%

 BLUE value IS 213 (83.59% from 255) = 68.93%

R = 10.68%
G = 20.39%
B = 68.93%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#213FD5 (or 0x213FD5) is known color: Persian Blue. HEX triplet: 21, 3F and D5. RGB value is (33,63,213). Sum of RGB (Red+Green+Blue) = 33+63+213=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 213 (83.59% from 255 or 68.93% from 309); Max value from RGB is 213 - color contains mainly: blue. Hex color #213FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FD5 is #DEC02A. Grayscale: #464646. Windows color (decimal): -14598187 or 13975329. OLE color: 13975329.

HSL color Cylindrical-coordinate representation of color #213FD5: hue angle of 230º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213FD5 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 63 213 -
CMYK 0.85 0.70 0 0.16
HSL 230º 0.73% 0.48% -
HSV(B) 230º 0.85% 0.84% -
XYZ 14.41 8.68 63.87 -
YUV 71.13 208.06 100.8 -
System Red Green Blue C M Y K H S L
Decimal 33 63 213 0.85 0.70 0 0.16 230 0.73 0.48
Hex 21 3F D5 55 46 0 10 E6 49 30
Octal 41 77 325 125 106 0 20 346 111 60
Binary 100001 111111 11010101 1010101 1000110 0 10000 11100110 1001001 110000

Color Harmonies of #213FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213FD5

Black with #213FD5

Text Example


Text Example

White with #213FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,63,213); }

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

background-color css

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

 a { background-color: rgb(33,63,213); }

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

border-color css

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

 span { border-color: rgb(33,63,213); }

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