#250ABC

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

Shades of Medium Blue #250ABC

Tints of Medium Blue #250ABC

Color information

#250ABC (or 0x250ABC) is unknown color: approx Medium Blue. HEX triplet: 25, 0A and BC. RGB value is (37,10,188). Sum of RGB (Red+Green+Blue) = 37+10+188=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #250ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250ABC is #DAF543. Grayscale: #252525. Windows color (decimal): -14349636 or 12323365. OLE color: 12323365.

HSL color Cylindrical-coordinate representation of color #250ABC: hue angle of 249.1º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250ABC is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3710188-
CMYK0.800.9500.26
HSL249.1º89.9%38.82%-
HSV(B)249.1º94.68%73.73%-
XYZ9.954.2447.87-
YUV38.36212.45127.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 188 (73.83% from 255) = 80%
R=15.74%
G=4.26%
B=80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal37101880.800.9500.26249.189.938.82
Hex25ABC505F01Af95a27
Octal451227412013703237113247
Binary10010110101011110010100001011111011010111110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,10,188); }

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

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

 a { background-color: rgb(37,10,188); }

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

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

 span { border-color: rgb(37,10,188); }

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