Html Css Color HEX #213DDB Persian Blue

📋 copy color: '#213DDB'

red 33 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #213DDB

Tints of Persian Blue #213DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.97%

R = 10.54%
G = 19.49%
B = 69.97%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#213DDB (or 0x213DDB) is known color: Persian Blue. HEX triplet: 21, 3D and DB. RGB value is (33,61,219). Sum of RGB (Red+Green+Blue) = 33+61+219=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #213DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DDB is #DEC224. Grayscale: #454545. Windows color (decimal): -14598693 or 14368033. OLE color: 14368033.

HSL color Cylindrical-coordinate representation of color #213DDB: hue angle of 230.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213DDB is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 61 219 -
CMYK 0.85 0.72 0 0.14
HSL 230.97º 0.74% 0.49% -
HSV(B) 230.97º 0.85% 0.86% -
XYZ 15.08 8.78 67.92 -
YUV 70.64 211.72 101.15 -
System Red Green Blue C M Y K H S L
Decimal 33 61 219 0.85 0.72 0 0.14 230.97 0.74 0.49
Hex 21 3D DB 55 48 0 E E7 4A 31
Octal 41 75 333 125 110 0 16 347 112 61
Binary 100001 111101 11011011 1010101 1001000 0 1110 11100111 1001010 110001

Color Harmonies of #213DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DDB

Black with #213DDB

Text Example


Text Example

White with #213DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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