#251AFE

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

Shades of Blue #251AFE

Tints of Blue #251AFE

Color information

#251AFE (or 0x251AFE) is unknown color: approx Blue. HEX triplet: 25, 1A and FE. RGB value is (37,26,254). Sum of RGB (Red+Green+Blue) = 37+26+254=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #251AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251AFE is #DAE501. Grayscale: #363636. Windows color (decimal): -14345474 or 16652837. OLE color: 16652837.

HSL color Cylindrical-coordinate representation of color #251AFE: hue angle of 242.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #251AFE is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB3726254-
CMYK0.850.9000.00
HSL242.89º99.13%54.9%-
HSV(B)242.89º89.76%99.61%-
XYZ19.028.2994.36-
YUV55.28240.14114.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.67%
GREEN value IS 26 (10.55% from 255) = 8.20%
BLUE value IS 254 (99.61% from 255) = 80.13%
R=11.67%
G=8.20%
B=80.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal37262540.850.9000.00242.8999.1354.9
Hex251AFE555A00f36337
Octal45323761251320036314367
Binary10010111010111111101010101101101000111100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251AFE; }

 p { color: rgb(37,26,254); }

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

<style>
 a { background-color: #251AFE; }

 a { background-color: rgb(37,26,254); }

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

<style>
 span { border-color: #251AFE; }

 span { border-color: rgb(37,26,254); }

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