Html Css Color HEX #240EEB Blue

📋 copy color: '#240EEB'

red 36 ◦ green 14 ◦ blue 235

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

Shades of Blue #240EEB

Tints of Blue #240EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 82.46%

R = 12.63%
G = 4.91%
B = 82.46%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#240EEB (or 0x240EEB) is known color: Blue. HEX triplet: 24, 0E and EB. RGB value is (36,14,235). Sum of RGB (Red+Green+Blue) = 36+14+235=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 235 (92.19% from 255 or 82.46% from 285); Max value from RGB is 235 - color contains mainly: blue. Hex color #240EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240EEB is #DBF114. Grayscale: #2C2C2C. Windows color (decimal): -14414101 or 15404580. OLE color: 15404580.

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

Color convert

RGB 36 14 235 -
CMYK 0.85 0.94 0 0.08
HSL 245.97º 0.89% 0.49% -
HSV(B) 245.97º 0.94% 0.92% -
XYZ 15.88 6.69 79.05 -
YUV 45.77 234.79 121.03 -
System Red Green Blue C M Y K H S L
Decimal 36 14 235 0.85 0.94 0 0.08 245.97 0.89 0.49
Hex 24 E EB 55 5E 0 8 F6 59 31
Octal 44 16 353 125 136 0 10 366 131 61
Binary 100100 1110 11101011 1010101 1011110 0 1000 11110110 1011001 110001

Color Harmonies of #240EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240EEB

Black with #240EEB

Text Example


Text Example

White with #240EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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