Html Css Color HEX #213CD5 Persian Blue

📋 copy color: '#213CD5'

red 33 ◦ green 60 ◦ blue 213

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

Shades of Persian Blue #213CD5

Tints of Persian Blue #213CD5

RGB

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

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

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

R = 10.78%
G = 19.61%
B = 69.61%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#213CD5 (or 0x213CD5) is known color: Persian Blue. HEX triplet: 21, 3C and D5. RGB value is (33,60,213). Sum of RGB (Red+Green+Blue) = 33+60+213=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 213 (83.59% from 255 or 69.61% from 306); Max value from RGB is 213 - color contains mainly: blue. Hex color #213CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CD5 is #DEC32A. Grayscale: #444444. Windows color (decimal): -14598955 or 13974561. OLE color: 13974561.

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

Color convert

RGB 33 60 213 -
CMYK 0.85 0.72 0 0.16
HSL 231º 0.73% 0.48% -
HSV(B) 231º 0.85% 0.84% -
XYZ 14.25 8.36 63.81 -
YUV 69.37 209.05 102.06 -
System Red Green Blue C M Y K H S L
Decimal 33 60 213 0.85 0.72 0 0.16 231 0.73 0.48
Hex 21 3C D5 55 48 0 10 E7 49 30
Octal 41 74 325 125 110 0 20 347 111 60
Binary 100001 111100 11010101 1010101 1001000 0 10000 11100111 1001001 110000

Color Harmonies of #213CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CD5

Black with #213CD5

Text Example


Text Example

White with #213CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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