Html Css Color HEX #240ABE Medium Blue

📋 copy color: '#240ABE'

red 36 ◦ green 10 ◦ blue 190

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

Shades of Medium Blue #240ABE

Tints of Medium Blue #240ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.24%

 BLUE value IS 190 (74.61% from 255) = 80.51%

R = 15.25%
G = 4.24%
B = 80.51%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#240ABE (or 0x240ABE) is known color: Medium Blue. HEX triplet: 24, 0A and BE. RGB value is (36,10,190). Sum of RGB (Red+Green+Blue) = 36+10+190=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #240ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ABE is #DBF541. Grayscale: #252525. Windows color (decimal): -14415170 or 12454436. OLE color: 12454436.

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

Color convert

RGB 36 10 190 -
CMYK 0.81 0.95 0 0.25
HSL 248.67º 0.9% 0.39% -
HSV(B) 248.67º 0.95% 0.75% -
XYZ 10.13 4.31 49.01 -
YUV 38.29 213.61 126.36 -
System Red Green Blue C M Y K H S L
Decimal 36 10 190 0.81 0.95 0 0.25 248.67 0.9 0.39
Hex 24 A BE 51 5F 0 19 F9 5A 27
Octal 44 12 276 121 137 0 31 371 132 47
Binary 100100 1010 10111110 1010001 1011111 0 11001 11111001 1011010 100111

Color Harmonies of #240ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ABE

Black with #240ABE

Text Example


Text Example

White with #240ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,10,190); }

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

background-color css

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

 a { background-color: rgb(36,10,190); }

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

border-color css

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

 span { border-color: rgb(36,10,190); }

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