#250de6

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

Shades of Blue #250DE6

Tints of Blue #250DE6

Color information

#250DE6 (or 0x250DE6) is unknown color: approx Blue. HEX triplet: 25, 0D and E6. RGB value is (37,13,230). Sum of RGB (Red+Green+Blue) = 37+13+230=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 230 (90.23% from 255 or 82.14% from 280); Max value from RGB is 230 - color contains mainly: blue. Hex color #250DE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250DE6 is #DAF219. Grayscale: #2C2C2C. Windows color (decimal): -14348826 or 15076645. OLE color: 15076645.

HSL color Cylindrical-coordinate representation of color #250DE6: hue angle of 246.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250DE6 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3713230-
CMYK0.840.9400.10
HSL246.64º89.3%47.65%-
HSV(B)246.64º94.35%90.2%-
XYZ15.196.3975.3-
YUV44.91232.45122.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.21%
GREEN value IS 13 (5.47% from 255) = 4.64%
BLUE value IS 230 (90.23% from 255) = 82.14%
R=13.21%
G=4.64%
B=82.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal37132300.840.9400.10246.6489.347.65
Hex25DE6545E0Af75930
Octal451534612413601236713160
Binary1001011101111001101010100101111001010111101111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250de6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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