#240BEA

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

Shades of Blue #240BEA

Tints of Blue #240BEA

Color information

#240BEA (or 0x240BEA) is unknown color: approx Blue. HEX triplet: 24, 0B and EA. RGB value is (36,11,234). Sum of RGB (Red+Green+Blue) = 36+11+234=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #240BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240BEA is #DBF415. Grayscale: #2B2B2B. Windows color (decimal): -14414870 or 15338276. OLE color: 15338276.

HSL color Cylindrical-coordinate representation of color #240BEA: hue angle of 246.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240BEA is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3611234-
CMYK0.850.9500.08
HSL246.73º91.02%48.04%-
HSV(B)246.73º95.3%91.76%-
XYZ15.76.5578.28-
YUV43.9235.28122.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.81%
GREEN value IS 11 (4.69% from 255) = 3.91%
BLUE value IS 234 (91.80% from 255) = 83.27%
R=12.81%
G=3.91%
B=83.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal36112340.850.9500.08246.7391.0248.04
Hex24BEA555F08f75b30
Octal441335212513701036713360
Binary1001001011111010101010101101111101000111101111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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