Html Css Color HEX #240EEF Blue

📋 copy color: '#240EEF'

red 36 ◦ green 14 ◦ blue 239

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

Shades of Blue #240EEF

Tints of Blue #240EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.84%

 BLUE value IS 239 (93.75% from 255) = 82.7%

R = 12.46%
G = 4.84%
B = 82.7%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#240EEF (or 0x240EEF) is known color: Blue. HEX triplet: 24, 0E and EF. RGB value is (36,14,239). Sum of RGB (Red+Green+Blue) = 36+14+239=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 239 (93.75% from 255 or 82.70% from 289); Max value from RGB is 239 - color contains mainly: blue. Hex color #240EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240EEF is #DBF110. Grayscale: #2D2D2D. Windows color (decimal): -14414097 or 15666724. OLE color: 15666724.

HSL color Cylindrical-coordinate representation of color #240EEF: hue angle of 245.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240EEF is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 14 239 -
CMYK 0.85 0.94 0 0.06
HSL 245.87º 0.89% 0.5% -
HSV(B) 245.87º 0.94% 0.94% -
XYZ 16.46 6.92 82.13 -
YUV 46.23 236.79 120.7 -
System Red Green Blue C M Y K H S L
Decimal 36 14 239 0.85 0.94 0 0.06 245.87 0.89 0.5
Hex 24 E EF 55 5E 0 6 F6 59 32
Octal 44 16 357 125 136 0 6 366 131 62
Binary 100100 1110 11101111 1010101 1011110 0 110 11110110 1011001 110010

Color Harmonies of #240EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240EEF

Black with #240EEF

Text Example


Text Example

White with #240EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,14,239); }

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

background-color css

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

 a { background-color: rgb(36,14,239); }

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

border-color css

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

 span { border-color: rgb(36,14,239); }

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