#2615D8

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

Shades of Medium Blue #2615D8

Tints of Medium Blue #2615D8

Color information

#2615D8 (or 0x2615D8) is unknown color: approx Medium Blue. HEX triplet: 26, 15 and D8. RGB value is (38,21,216). Sum of RGB (Red+Green+Blue) = 38+21+216=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 216 (84.77% from 255 or 78.55% from 275); Max value from RGB is 216 - color contains mainly: blue. Hex color #2615D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2615D8 is #D9EA27. Grayscale: #2F2F2F. Windows color (decimal): -14281256 or 14161190. OLE color: 14161190.

HSL color Cylindrical-coordinate representation of color #2615D8: hue angle of 245.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2615D8 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3821216-
CMYK0.820.9000.15
HSL245.23º82.28%46.47%-
HSV(B)245.23º90.28%84.71%-
XYZ13.465.9165.4-
YUV48.31222.63120.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 21 (8.59% from 255) = 7.64%
BLUE value IS 216 (84.77% from 255) = 78.55%
R=13.82%
G=7.64%
B=78.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal38212160.820.9000.15245.2382.2846.47
Hex2615D8525A0Ff5522e
Octal462533012213201736512256
Binary10011010101110110001010010101101001111111101011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2615D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2615D8; }

 p { color: rgb(38,21,216); }

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

<style>
 a { background-color: #2615D8; }

 a { background-color: rgb(38,21,216); }

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

<style>
 span { border-color: #2615D8; }

 span { border-color: rgb(38,21,216); }

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