Html Css Color HEX #240EBA Medium Blue

📋 copy color: '#240EBA'

red 36 ◦ green 14 ◦ blue 186

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

Shades of Medium Blue #240EBA

Tints of Medium Blue #240EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 78.81%

R = 15.25%
G = 5.93%
B = 78.81%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#240EBA (or 0x240EBA) is known color: Medium Blue. HEX triplet: 24, 0E and BA. RGB value is (36,14,186). Sum of RGB (Red+Green+Blue) = 36+14+186=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #240EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240EBA is #DBF145. Grayscale: #272727. Windows color (decimal): -14414150 or 12193316. OLE color: 12193316.

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

Color convert

RGB 36 14 186 -
CMYK 0.81 0.92 0 0.27
HSL 247.67º 0.86% 0.39% -
HSV(B) 247.67º 0.92% 0.73% -
XYZ 9.75 4.23 46.76 -
YUV 40.19 210.29 125.01 -
System Red Green Blue C M Y K H S L
Decimal 36 14 186 0.81 0.92 0 0.27 247.67 0.86 0.39
Hex 24 E BA 51 5C 0 1B F8 56 27
Octal 44 16 272 121 134 0 33 370 126 47
Binary 100100 1110 10111010 1010001 1011100 0 11011 11111000 1010110 100111

Color Harmonies of #240EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240EBA

Black with #240EBA

Text Example


Text Example

White with #240EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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