#250DFB

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

Shades of Blue #250DFB

Tints of Blue #250DFB

Color information

#250DFB (or 0x250DFB) is unknown color: approx Blue. HEX triplet: 25, 0D and FB. RGB value is (37,13,251). Sum of RGB (Red+Green+Blue) = 37+13+251=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 251 (98.44% from 255 or 83.39% from 301); Max value from RGB is 251 - color contains mainly: blue. Hex color #250DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250DFB is #DAF204. Grayscale: #2E2E2E. Windows color (decimal): -14348805 or 16452901. OLE color: 16452901.

HSL color Cylindrical-coordinate representation of color #250DFB: hue angle of 246.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250DFB is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3713251-
CMYK0.850.9500.02
HSL246.05º96.75%51.76%-
HSV(B)246.05º94.82%98.43%-
XYZ18.327.6591.78-
YUV47.31242.95120.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 251 (98.44% from 255) = 83.39%
R=12.29%
G=4.32%
B=83.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal37132510.850.9500.02246.0596.7551.76
Hex25DFB555F02f66134
Octal45153731251370236614164
Binary10010111011111101110101011011111010111101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250DFB; }

 p { color: rgb(37,13,251); }

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

<style>
 a { background-color: #250DFB; }

 a { background-color: rgb(37,13,251); }

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

<style>
 span { border-color: #250DFB; }

 span { border-color: rgb(37,13,251); }

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