#2408CD

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

Shades of Medium Blue #2408CD

Tints of Medium Blue #2408CD

Color information

#2408CD (or 0x2408CD) is unknown color: approx Medium Blue. HEX triplet: 24, 08 and CD. RGB value is (36,8,205). Sum of RGB (Red+Green+Blue) = 36+8+205=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 205 (80.47% from 255 or 82.33% from 249); Max value from RGB is 205 - color contains mainly: blue. Hex color #2408CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2408CD is #DBF732. Grayscale: #262626. Windows color (decimal): -14415667 or 13436964. OLE color: 13436964.

HSL color Cylindrical-coordinate representation of color #2408CD: hue angle of 248.53º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2408CD is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB368205-
CMYK0.820.9600.20
HSL248.53º92.49%41.76%-
HSV(B)248.53º96.1%80.39%-
XYZ11.834.9658.09-
YUV38.83221.78125.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 205 (80.47% from 255) = 82.33%
R=14.46%
G=3.21%
B=82.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3682050.820.9600.20248.5392.4941.76
Hex248CD5260014f95c2a
Octal441031512214002437113452
Binary10010010001100110110100101100000010100111110011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2408CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2408CD; }

 p { color: rgb(36,8,205); }

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

<style>
 a { background-color: #2408CD; }

 a { background-color: rgb(36,8,205); }

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

<style>
 span { border-color: #2408CD; }

 span { border-color: rgb(36,8,205); }

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