#251CFD

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

Shades of Blue #251CFD

Tints of Blue #251CFD

Color information

#251CFD (or 0x251CFD) is unknown color: approx Blue. HEX triplet: 25, 1C and FD. RGB value is (37,28,253). Sum of RGB (Red+Green+Blue) = 37+28+253=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #251CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251CFD is #DAE302. Grayscale: #373737. Windows color (decimal): -14344963 or 16587813. OLE color: 16587813.

HSL color Cylindrical-coordinate representation of color #251CFD: hue angle of 242.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251CFD is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3728253-
CMYK0.850.8900.01
HSL242.4º98.25%55.1%-
HSV(B)242.4º88.93%99.22%-
XYZ18.918.3293.54-
YUV56.34238.98114.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.64%
GREEN value IS 28 (11.33% from 255) = 8.81%
BLUE value IS 253 (99.22% from 255) = 79.56%
R=11.64%
G=8.81%
B=79.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal37282530.850.8900.01242.498.2555.1
Hex251CFD555901f26237
Octal45343751251310136214267
Binary10010111100111111011010101101100101111100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,28,253); }

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

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

 a { background-color: rgb(37,28,253); }

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

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

 span { border-color: rgb(37,28,253); }

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