Html Css Color HEX #240BC0 Medium Blue

📋 copy color: '#240BC0'

red 36 ◦ green 11 ◦ blue 192

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

Shades of Medium Blue #240BC0

Tints of Medium Blue #240BC0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.6%

 BLUE value IS 192 (75.39% from 255) = 80.33%

R = 15.06%
G = 4.6%
B = 80.33%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#240BC0 (or 0x240BC0) is known color: Medium Blue. HEX triplet: 24, 0B and C0. RGB value is (36,11,192). Sum of RGB (Red+Green+Blue) = 36+11+192=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 192 (75.39% from 255 or 80.33% from 239); Max value from RGB is 192 - color contains mainly: blue. Hex color #240BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BC0 is #DBF43F. Grayscale: #262626. Windows color (decimal): -14414912 or 12585764. OLE color: 12585764.

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

Color convert

RGB 36 11 192 -
CMYK 0.81 0.94 0 0.25
HSL 248.29º 0.89% 0.4% -
HSV(B) 248.29º 0.94% 0.75% -
XYZ 10.36 4.42 50.18 -
YUV 39.11 214.28 125.78 -
System Red Green Blue C M Y K H S L
Decimal 36 11 192 0.81 0.94 0 0.25 248.29 0.89 0.4
Hex 24 B C0 51 5E 0 19 F8 59 28
Octal 44 13 300 121 136 0 31 370 131 50
Binary 100100 1011 11000000 1010001 1011110 0 11001 11111000 1011001 101000

Color Harmonies of #240BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240BC0

Black with #240BC0

Text Example


Text Example

White with #240BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,11,192); }

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

background-color css

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

 a { background-color: rgb(36,11,192); }

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

border-color css

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

 span { border-color: rgb(36,11,192); }

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