Html Css Color HEX #240ABF Medium Blue

📋 copy color: '#240ABF'

red 36 ◦ green 10 ◦ blue 191

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

Shades of Medium Blue #240ABF

Tints of Medium Blue #240ABF

RGB

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

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

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

R = 15.19%
G = 4.22%
B = 80.59%

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

#240ABF (or 0x240ABF) is known color: Medium Blue. HEX triplet: 24, 0A and BF. RGB value is (36,10,191). Sum of RGB (Red+Green+Blue) = 36+10+191=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #240ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ABF is #DBF540. Grayscale: #252525. Windows color (decimal): -14415169 or 12519972. OLE color: 12519972.

HSL color Cylindrical-coordinate representation of color #240ABF: hue angle of 248.62º 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 #240ABF is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 10 191 -
CMYK 0.81 0.95 0 0.25
HSL 248.62º 0.9% 0.39% -
HSV(B) 248.62º 0.95% 0.75% -
XYZ 10.24 4.35 49.59 -
YUV 38.41 214.11 126.28 -
System Red Green Blue C M Y K H S L
Decimal 36 10 191 0.81 0.95 0 0.25 248.62 0.9 0.39
Hex 24 A BF 51 5F 0 19 F9 5A 27
Octal 44 12 277 121 137 0 31 371 132 47
Binary 100100 1010 10111111 1010001 1011111 0 11001 11111001 1011010 100111

Color Harmonies of #240ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ABF

Black with #240ABF

Text Example


Text Example

White with #240ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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