#2400B8

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

Shades of Medium Blue #2400B8

Tints of Medium Blue #2400B8

Color information

#2400B8 (or 0x2400B8) is unknown color: approx Medium Blue. HEX triplet: 24, 00 and B8. RGB value is (36,0,184). Sum of RGB (Red+Green+Blue) = 36+0+184=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 184 (72.27% from 255 or 83.64% from 220); Max value from RGB is 184 - color contains mainly: blue. Hex color #2400B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400B8 is #DBFF47. Grayscale: #1F1F1F. Windows color (decimal): -14417736 or 12058660. OLE color: 12058660.

HSL color Cylindrical-coordinate representation of color #2400B8: hue angle of 251.74º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400B8 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB360184-
CMYK0.80100.28
HSL251.74º100%36.08%-
HSV(B)251.74º100%72.16%-
XYZ9.383.8445.59-
YUV31.74213.93131.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 184 (72.27% from 255) = 83.64%
R=16.36%
G=0%
B=83.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal3601840.80100.28251.7410036.08
Hex240B8506401Cfc6424
Octal44027012014403437414444
Binary10010001011100010100001100100011100111111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2400B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2400B8; }

 p { color: rgb(36,0,184); }

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

<style>
 a { background-color: #2400B8; }

 a { background-color: rgb(36,0,184); }

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

<style>
 span { border-color: #2400B8; }

 span { border-color: rgb(36,0,184); }

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