#2506CB

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

Shades of Medium Blue #2506CB

Tints of Medium Blue #2506CB

Color information

#2506CB (or 0x2506CB) is unknown color: approx Medium Blue. HEX triplet: 25, 06 and CB. RGB value is (37,6,203). Sum of RGB (Red+Green+Blue) = 37+6+203=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 203 (79.69% from 255 or 82.52% from 246); Max value from RGB is 203 - color contains mainly: blue. Hex color #2506CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2506CB is #DAF934. Grayscale: #242424. Windows color (decimal): -14350645 or 13305381. OLE color: 13305381.

HSL color Cylindrical-coordinate representation of color #2506CB: hue angle of 249.44º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2506CB is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB376203-
CMYK0.820.9700.20
HSL249.44º94.26%40.98%-
HSV(B)249.44º97.04%79.61%-
XYZ11.614.8456.82-
YUV37.73221.27127.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 6 (2.73% from 255) = 2.44%
BLUE value IS 203 (79.69% from 255) = 82.52%
R=15.04%
G=2.44%
B=82.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3762030.820.9700.20249.4494.2640.98
Hex256CB5261014f95e29
Octal45631312214102437113651
Binary1001011101100101110100101100001010100111110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2506CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2506CB; }

 p { color: rgb(37,6,203); }

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

<style>
 a { background-color: #2506CB; }

 a { background-color: rgb(37,6,203); }

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

<style>
 span { border-color: #2506CB; }

 span { border-color: rgb(37,6,203); }

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