#240EFC

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

Shades of Blue #240EFC

Tints of Blue #240EFC

Color information

#240EFC (or 0x240EFC) is unknown color: approx Blue. HEX triplet: 24, 0E and FC. RGB value is (36,14,252). Sum of RGB (Red+Green+Blue) = 36+14+252=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 252 (98.83% from 255 or 83.44% from 302); Max value from RGB is 252 - color contains mainly: blue. Hex color #240EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240EFC is #DBF103. Grayscale: #2E2E2E. Windows color (decimal): -14414084 or 16518692. OLE color: 16518692.

HSL color Cylindrical-coordinate representation of color #240EFC: hue angle of 245.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240EFC is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3614252-
CMYK0.860.9400.01
HSL245.55º97.54%52.16%-
HSV(B)245.55º94.44%98.82%-
XYZ18.467.7292.61-
YUV47.71243.29119.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.92%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 252 (98.83% from 255) = 83.44%
R=11.92%
G=4.64%
B=83.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal36142520.860.9400.01245.5597.5452.16
Hex24EFC565E01f66234
Octal44163741261360136614264
Binary1001001110111111001010110101111001111101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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