Html Css Color HEX #240EB8 Medium Blue

📋 copy color: '#240EB8'

red 36 ◦ green 14 ◦ blue 184

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

Shades of Medium Blue #240EB8

Tints of Medium Blue #240EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 78.63%

R = 15.38%
G = 5.98%
B = 78.63%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#240EB8 (or 0x240EB8) is known color: Medium Blue. HEX triplet: 24, 0E and B8. RGB value is (36,14,184). Sum of RGB (Red+Green+Blue) = 36+14+184=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 184 (72.27% from 255 or 78.63% from 234); Max value from RGB is 184 - color contains mainly: blue. Hex color #240EB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240EB8 is #DBF147. Grayscale: #272727. Windows color (decimal): -14414152 or 12062244. OLE color: 12062244.

HSL color Cylindrical-coordinate representation of color #240EB8: hue angle of 247.76º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240EB8 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 36 14 184 -
CMYK 0.80 0.92 0 0.28
HSL 247.76º 0.86% 0.39% -
HSV(B) 247.76º 0.92% 0.72% -
XYZ 9.54 4.15 45.65 -
YUV 39.96 209.29 125.18 -
System Red Green Blue C M Y K H S L
Decimal 36 14 184 0.80 0.92 0 0.28 247.76 0.86 0.39
Hex 24 E B8 50 5C 0 1C F8 56 27
Octal 44 16 270 120 134 0 34 370 126 47
Binary 100100 1110 10111000 1010000 1011100 0 11100 11111000 1010110 100111

Color Harmonies of #240EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240EB8

Black with #240EB8

Text Example


Text Example

White with #240EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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