Html Css Color HEX #2440DF Persian Blue

📋 copy color: '#2440DF'

red 36 ◦ green 64 ◦ blue 223

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

Shades of Persian Blue #2440DF

Tints of Persian Blue #2440DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 11.15%
G = 19.81%
B = 69.04%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2440DF (or 0x2440DF) is known color: Persian Blue. HEX triplet: 24, 40 and DF. RGB value is (36,64,223). Sum of RGB (Red+Green+Blue) = 36+64+223=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #2440DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2440DF is #DBBF20. Grayscale: #494949. Windows color (decimal): -14401313 or 14630948. OLE color: 14630948.

HSL color Cylindrical-coordinate representation of color #2440DF: hue angle of 231.02º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2440DF is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 64 223 -
CMYK 0.84 0.71 0 0.13
HSL 231.02º 0.75% 0.51% -
HSV(B) 231.02º 0.84% 0.87% -
XYZ 15.88 9.37 70.78 -
YUV 73.75 212.22 101.07 -
System Red Green Blue C M Y K H S L
Decimal 36 64 223 0.84 0.71 0 0.13 231.02 0.75 0.51
Hex 24 40 DF 54 47 0 D E7 4B 33
Octal 44 100 337 124 107 0 15 347 113 63
Binary 100100 1000000 11011111 1010100 1000111 0 1101 11100111 1001011 110011

Color Harmonies of #2440DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2440DF

Black with #2440DF

Text Example


Text Example

White with #2440DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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