Html Css Color HEX #2440D8 Persian Blue

📋 copy color: '#2440D8'

red 36 ◦ green 64 ◦ blue 216

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

Shades of Persian Blue #2440D8

Tints of Persian Blue #2440D8

RGB

 RED value IS 36 (14.45% from 255) = 11.39%

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

 BLUE value IS 216 (84.77% from 255) = 68.35%

R = 11.39%
G = 20.25%
B = 68.35%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2440D8 (or 0x2440D8) is known color: Persian Blue. HEX triplet: 24, 40 and D8. RGB value is (36,64,216). Sum of RGB (Red+Green+Blue) = 36+64+216=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #2440D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2440D8 is #DBBF27. Grayscale: #484848. Windows color (decimal): -14401320 or 14172196. OLE color: 14172196.

HSL color Cylindrical-coordinate representation of color #2440D8: hue angle of 230.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2440D8 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 64 216 -
CMYK 0.83 0.70 0 0.15
HSL 230.67º 0.71% 0.49% -
HSV(B) 230.67º 0.83% 0.85% -
XYZ 14.96 9 65.91 -
YUV 72.96 208.72 101.64 -
System Red Green Blue C M Y K H S L
Decimal 36 64 216 0.83 0.70 0 0.15 230.67 0.71 0.49
Hex 24 40 D8 53 46 0 F E7 47 31
Octal 44 100 330 123 106 0 17 347 107 61
Binary 100100 1000000 11011000 1010011 1000110 0 1111 11100111 1000111 110001

Color Harmonies of #2440D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2440D8

Black with #2440D8

Text Example


Text Example

White with #2440D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2440D8; }

 p { color: rgb(36,64,216); }

 H1.HeaderClassName
 {
   color: #2440D8;
 }
 .AnyTagClassName
 {
   color: #2440D8;
 }
</style>

background-color css

<style>
 a { background-color: #2440D8; }

 a { background-color: rgb(36,64,216); }

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

border-color css

<style>
 span { border-color: #2440D8; }

 span { border-color: rgb(36,64,216); }

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