Html Css Color HEX #213DE1 Persian Blue

📋 copy color: '#213DE1'

red 33 ◦ green 61 ◦ blue 225

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

Shades of Persian Blue #213DE1

Tints of Persian Blue #213DE1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

 BLUE value IS 225 (88.28% from 255) = 70.53%

R = 10.34%
G = 19.12%
B = 70.53%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#213DE1 (or 0x213DE1) is known color: Persian Blue. HEX triplet: 21, 3D and E1. RGB value is (33,61,225). Sum of RGB (Red+Green+Blue) = 33+61+225=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 225 (88.28% from 255 or 70.53% from 319); Max value from RGB is 225 - color contains mainly: blue. Hex color #213DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DE1 is #DEC21E. Grayscale: #464646. Windows color (decimal): -14598687 or 14761249. OLE color: 14761249.

HSL color Cylindrical-coordinate representation of color #213DE1: hue angle of 231.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213DE1 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 61 225 -
CMYK 0.85 0.73 0 0.12
HSL 231.25º 0.76% 0.51% -
HSV(B) 231.25º 0.85% 0.88% -
XYZ 15.89 9.1 72.15 -
YUV 71.32 214.72 100.66 -
System Red Green Blue C M Y K H S L
Decimal 33 61 225 0.85 0.73 0 0.12 231.25 0.76 0.51
Hex 21 3D E1 55 49 0 C E7 4C 33
Octal 41 75 341 125 111 0 14 347 114 63
Binary 100001 111101 11100001 1010101 1001001 0 1100 11100111 1001100 110011

Color Harmonies of #213DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DE1

Black with #213DE1

Text Example


Text Example

White with #213DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,61,225); }

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

background-color css

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

 a { background-color: rgb(33,61,225); }

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

border-color css

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

 span { border-color: rgb(33,61,225); }

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