Html Css Color HEX #2240DB Persian Blue

📋 copy color: '#2240DB'

red 34 ◦ green 64 ◦ blue 219

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

Shades of Persian Blue #2240DB

Tints of Persian Blue #2240DB

RGB

 RED value IS 34 (13.67% from 255) = 10.73%

 GREEN value IS 64 (25.39% from 255) = 20.19%

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

R = 10.73%
G = 20.19%
B = 69.09%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2240DB (or 0x2240DB) is known color: Persian Blue. HEX triplet: 22, 40 and DB. RGB value is (34,64,219). Sum of RGB (Red+Green+Blue) = 34+64+219=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #2240DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2240DB is #DDBF24. Grayscale: #484848. Windows color (decimal): -14532389 or 14368802. OLE color: 14368802.

HSL color Cylindrical-coordinate representation of color #2240DB: hue angle of 230.27º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2240DB is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 64 219 -
CMYK 0.84 0.71 0 0.14
HSL 230.27º 0.73% 0.5% -
HSV(B) 230.27º 0.84% 0.86% -
XYZ 15.28 9.12 67.97 -
YUV 72.7 210.56 100.4 -
System Red Green Blue C M Y K H S L
Decimal 34 64 219 0.84 0.71 0 0.14 230.27 0.73 0.5
Hex 22 40 DB 54 47 0 E E6 49 32
Octal 42 100 333 124 107 0 16 346 111 62
Binary 100010 1000000 11011011 1010100 1000111 0 1110 11100110 1001001 110010

Color Harmonies of #2240DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2240DB

Black with #2240DB

Text Example


Text Example

White with #2240DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2240DB; }

 p { color: rgb(34,64,219); }

 H1.HeaderClassName
 {
   color: #2240DB;
 }
 .AnyTagClassName
 {
   color: #2240DB;
 }
</style>

background-color css

<style>
 a { background-color: #2240DB; }

 a { background-color: rgb(34,64,219); }

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

border-color css

<style>
 span { border-color: #2240DB; }

 span { border-color: rgb(34,64,219); }

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