#240FCB

Color #240FCB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #240FCB

Tints of Medium Blue #240FCB

Color information

#240FCB (or 0x240FCB) is unknown color: approx Medium Blue. HEX triplet: 24, 0F and CB. RGB value is (36,15,203). Sum of RGB (Red+Green+Blue) = 36+15+203=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #240FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FCB is #DBF034. Grayscale: #292929. Windows color (decimal): -14413877 or 13307684. OLE color: 13307684.

HSL color Cylindrical-coordinate representation of color #240FCB: hue angle of 246.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240FCB is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3615203-
CMYK0.820.9300.20
HSL246.7º86.24%42.75%-
HSV(B)246.7º92.61%79.61%-
XYZ11.685.0356.86-
YUV42.71218.46123.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 15 (6.25% from 255) = 5.91%
BLUE value IS 203 (79.69% from 255) = 79.92%
R=14.17%
G=5.91%
B=79.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal36152030.820.9300.20246.786.2442.75
Hex24FCB525D014f7562b
Octal441731312213502436712653
Binary10010011111100101110100101011101010100111101111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,15,203); }

 H1.HeaderClassName
 {
   color: #240FCB;
 }
 .AnyTagClassName
 {
   color: #240FCB;
 }
</style>
background-color css

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

 a { background-color: rgb(36,15,203); }

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

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

 span { border-color: rgb(36,15,203); }

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