Html Css Color HEX #213DD2 Persian Blue

📋 copy color: '#213DD2'

red 33 ◦ green 61 ◦ blue 210

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

Shades of Persian Blue #213DD2

Tints of Persian Blue #213DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 69.08%

R = 10.86%
G = 20.07%
B = 69.08%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#213DD2 (or 0x213DD2) is known color: Persian Blue. HEX triplet: 21, 3D and D2. RGB value is (33,61,210). Sum of RGB (Red+Green+Blue) = 33+61+210=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 210 (82.42% from 255 or 69.08% from 304); Max value from RGB is 210 - color contains mainly: blue. Hex color #213DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DD2 is #DEC22D. Grayscale: #444444. Windows color (decimal): -14598702 or 13778209. OLE color: 13778209.

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

Color convert

RGB 33 61 210 -
CMYK 0.84 0.71 0 0.18
HSL 230.51º 0.73% 0.48% -
HSV(B) 230.51º 0.84% 0.82% -
XYZ 13.93 8.31 61.84 -
YUV 69.61 207.22 101.88 -
System Red Green Blue C M Y K H S L
Decimal 33 61 210 0.84 0.71 0 0.18 230.51 0.73 0.48
Hex 21 3D D2 54 47 0 12 E7 49 30
Octal 41 75 322 124 107 0 22 347 111 60
Binary 100001 111101 11010010 1010100 1000111 0 10010 11100111 1001001 110000

Color Harmonies of #213DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DD2

Black with #213DD2

Text Example


Text Example

White with #213DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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