Html Css Color HEX #240EBF Medium Blue

📋 copy color: '#240EBF'

red 36 ◦ green 14 ◦ blue 191

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

Shades of Medium Blue #240EBF

Tints of Medium Blue #240EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 79.25%

R = 14.94%
G = 5.81%
B = 79.25%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#240EBF (or 0x240EBF) is known color: Medium Blue. HEX triplet: 24, 0E and BF. RGB value is (36,14,191). Sum of RGB (Red+Green+Blue) = 36+14+191=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 191 (75% from 255 or 79.25% from 241); Max value from RGB is 191 - color contains mainly: blue. Hex color #240EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240EBF is #DBF140. Grayscale: #282828. Windows color (decimal): -14414145 or 12520996. OLE color: 12520996.

HSL color Cylindrical-coordinate representation of color #240EBF: hue angle of 247.46º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240EBF is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 14 191 -
CMYK 0.81 0.93 0 0.25
HSL 247.46º 0.86% 0.4% -
HSV(B) 247.46º 0.93% 0.75% -
XYZ 10.29 4.45 49.61 -
YUV 40.76 212.79 124.61 -
System Red Green Blue C M Y K H S L
Decimal 36 14 191 0.81 0.93 0 0.25 247.46 0.86 0.4
Hex 24 E BF 51 5D 0 19 F7 56 28
Octal 44 16 277 121 135 0 31 367 126 50
Binary 100100 1110 10111111 1010001 1011101 0 11001 11110111 1010110 101000

Color Harmonies of #240EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240EBF

Black with #240EBF

Text Example


Text Example

White with #240EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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