#2412FA

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

Shades of Blue #2412FA

Tints of Blue #2412FA

Color information

#2412FA (or 0x2412FA) is unknown color: approx Blue. HEX triplet: 24, 12 and FA. RGB value is (36,18,250). Sum of RGB (Red+Green+Blue) = 36+18+250=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 250 (98.05% from 255 or 82.24% from 304); Max value from RGB is 250 - color contains mainly: blue. Hex color #2412FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2412FA is #DBED05. Grayscale: #303030. Windows color (decimal): -14413062 or 16388644. OLE color: 16388644.

HSL color Cylindrical-coordinate representation of color #2412FA: hue angle of 244.66º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2412FA is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3618250-
CMYK0.860.9300.02
HSL244.66º95.87%52.55%-
HSV(B)244.66º92.8%98.04%-
XYZ18.27.7190.97-
YUV49.83240.96118.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.84%
GREEN value IS 18 (7.42% from 255) = 5.92%
BLUE value IS 250 (98.05% from 255) = 82.24%
R=11.84%
G=5.92%
B=82.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal36182500.860.9300.02244.6695.8752.55
Hex2412FA565D02f56035
Octal44223721261350236514065
Binary100100100101111101010101101011101010111101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2412FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2412FA; }

 p { color: rgb(36,18,250); }

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

<style>
 a { background-color: #2412FA; }

 a { background-color: rgb(36,18,250); }

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

<style>
 span { border-color: #2412FA; }

 span { border-color: rgb(36,18,250); }

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