Html Css Color HEX #240DF5 Blue

📋 copy color: '#240DF5'

red 36 ◦ green 13 ◦ blue 245

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

Shades of Blue #240DF5

Tints of Blue #240DF5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.42%

 BLUE value IS 245 (96.09% from 255) = 83.33%

R = 12.24%
G = 4.42%
B = 83.33%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#240DF5 (or 0x240DF5) is known color: Blue. HEX triplet: 24, 0D and F5. RGB value is (36,13,245). Sum of RGB (Red+Green+Blue) = 36+13+245=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 245 (96.09% from 255 or 83.33% from 294); Max value from RGB is 245 - color contains mainly: blue. Hex color #240DF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240DF5 is #DBF20A. Grayscale: #2D2D2D. Windows color (decimal): -14414347 or 16059684. OLE color: 16059684.

HSL color Cylindrical-coordinate representation of color #240DF5: hue angle of 245.95º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240DF5 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 36 13 245 -
CMYK 0.85 0.95 0 0.04
HSL 245.95º 0.92% 0.51% -
HSV(B) 245.95º 0.95% 0.96% -
XYZ 17.35 7.26 86.87 -
YUV 46.33 240.12 120.64 -
System Red Green Blue C M Y K H S L
Decimal 36 13 245 0.85 0.95 0 0.04 245.95 0.92 0.51
Hex 24 D F5 55 5F 0 4 F6 5C 33
Octal 44 15 365 125 137 0 4 366 134 63
Binary 100100 1101 11110101 1010101 1011111 0 100 11110110 1011100 110011

Color Harmonies of #240DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240DF5

Black with #240DF5

Text Example


Text Example

White with #240DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240DF5; }

 p { color: rgb(36,13,245); }

 H1.HeaderClassName
 {
   color: #240DF5;
 }
 .AnyTagClassName
 {
   color: #240DF5;
 }
</style>

background-color css

<style>
 a { background-color: #240DF5; }

 a { background-color: rgb(36,13,245); }

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

border-color css

<style>
 span { border-color: #240DF5; }

 span { border-color: rgb(36,13,245); }

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