#2510EF

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

Shades of Blue #2510EF

Tints of Blue #2510EF

Color information

#2510EF (or 0x2510EF) is unknown color: approx Blue. HEX triplet: 25, 10 and EF. RGB value is (37,16,239). Sum of RGB (Red+Green+Blue) = 37+16+239=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #2510EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2510EF is #DAEF10. Grayscale: #2E2E2E. Windows color (decimal): -14348049 or 15667237. OLE color: 15667237.

HSL color Cylindrical-coordinate representation of color #2510EF: hue angle of 245.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2510EF is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3716239-
CMYK0.850.9300.06
HSL245.65º87.45%50%-
HSV(B)245.65º93.31%93.73%-
XYZ16.53782.14-
YUV47.7235.96120.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 16 (6.64% from 255) = 5.48%
BLUE value IS 239 (93.75% from 255) = 81.85%
R=12.67%
G=5.48%
B=81.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal37162390.850.9300.06245.6587.4550
Hex2510EF555D06f65732
Octal45203571251350636612762
Binary1001011000011101111101010110111010110111101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2510EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2510EF; }

 p { color: rgb(37,16,239); }

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

<style>
 a { background-color: #2510EF; }

 a { background-color: rgb(37,16,239); }

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

<style>
 span { border-color: #2510EF; }

 span { border-color: rgb(37,16,239); }

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