#2404CA

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

Shades of Medium Blue #2404CA

Tints of Medium Blue #2404CA

Color information

#2404CA (or 0x2404CA) is unknown color: approx Medium Blue. HEX triplet: 24, 04 and CA. RGB value is (36,4,202). Sum of RGB (Red+Green+Blue) = 36+4+202=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 202 (79.30% from 255 or 83.47% from 242); Max value from RGB is 202 - color contains mainly: blue. Hex color #2404CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2404CA is #DBFB35. Grayscale: #232323. Windows color (decimal): -14416694 or 13239332. OLE color: 13239332.

HSL color Cylindrical-coordinate representation of color #2404CA: hue angle of 249.7º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404CA is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB364202-
CMYK0.820.9800.21
HSL249.7º96.12%40.39%-
HSV(B)249.7º98.02%79.22%-
XYZ11.434.7356.19-
YUV36.14221.6127.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 202 (79.30% from 255) = 83.47%
R=14.88%
G=1.65%
B=83.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3642020.820.9800.21249.796.1240.39
Hex244CA5262015fa6028
Octal44431212214202537214050
Binary1001001001100101010100101100010010101111110101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2404CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2404CA; }

 p { color: rgb(36,4,202); }

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

<style>
 a { background-color: #2404CA; }

 a { background-color: rgb(36,4,202); }

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

<style>
 span { border-color: #2404CA; }

 span { border-color: rgb(36,4,202); }

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