#0509C9

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

Shades of Medium Blue #0509C9

Tints of Medium Blue #0509C9

Color information

#0509C9 (or 0x0509C9) is unknown color: approx Medium Blue. HEX triplet: 05, 09 and C9. RGB value is (5,9,201). Sum of RGB (Red+Green+Blue) = 5+9+201=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 201 (78.91% from 255 or 93.49% from 215); Max value from RGB is 201 - color contains mainly: blue. Hex color #0509C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509C9 is #FAF636. Grayscale: #1C1C1C. Windows color (decimal): -16447031 or 13175045. OLE color: 13175045.

HSL color Cylindrical-coordinate representation of color #0509C9: hue angle of 238.78º degrees, saturation: 0.95, 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 #0509C9 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB59201-
CMYK0.980.9600.21
HSL238.78º95.15%40.39%-
HSV(B)238.78º97.51%78.82%-
XYZ10.74.4455.55-
YUV29.69224.67110.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.33%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 201 (78.91% from 255) = 93.49%
R=2.33%
G=4.19%
B=93.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal592010.980.9600.21238.7895.1540.39
Hex59C96260015ef5f28
Octal51131114214002535713750
Binary10110011100100111000101100000010101111011111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0509C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0509C9; }

 p { color: rgb(5,9,201); }

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

<style>
 a { background-color: #0509C9; }

 a { background-color: rgb(5,9,201); }

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

<style>
 span { border-color: #0509C9; }

 span { border-color: rgb(5,9,201); }

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