#2405BE

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

Shades of Medium Blue #2405BE

Tints of Medium Blue #2405BE

Color information

#2405BE (or 0x2405BE) is unknown color: approx Medium Blue. HEX triplet: 24, 05 and BE. RGB value is (36,5,190). Sum of RGB (Red+Green+Blue) = 36+5+190=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #2405BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2405BE is #DBFA41. Grayscale: #222222. Windows color (decimal): -14416450 or 12453156. OLE color: 12453156.

HSL color Cylindrical-coordinate representation of color #2405BE: hue angle of 250.05º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2405BE is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB365190-
CMYK0.810.9700.25
HSL250.05º94.87%38.24%-
HSV(B)250.05º97.37%74.51%-
XYZ10.084.249-
YUV35.36215.27128.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 190 (74.61% from 255) = 82.25%
R=15.58%
G=2.16%
B=82.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3651900.810.9700.25250.0594.8738.24
Hex245BE5161019fa5f26
Octal44527612114103137213746
Binary1001001011011111010100011100001011001111110101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2405BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2405BE; }

 p { color: rgb(36,5,190); }

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

<style>
 a { background-color: #2405BE; }

 a { background-color: rgb(36,5,190); }

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

<style>
 span { border-color: #2405BE; }

 span { border-color: rgb(36,5,190); }

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