#0017CD

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

Shades of Medium Blue #0017CD

Tints of Medium Blue #0017CD

Color information

#0017CD (or 0x0017CD) is unknown color: approx Medium Blue. HEX triplet: 00, 17 and CD. RGB value is (0,23,205). Sum of RGB (Red+Green+Blue) = 0+23+205=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 205 (80.47% from 255 or 89.91% from 228); Max value from RGB is 205 - color contains mainly: blue. Hex color #0017CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0017CD is #FFE832. Grayscale: #242424. Windows color (decimal): -16771123 or 13440768. OLE color: 13440768.

HSL color Cylindrical-coordinate representation of color #0017CD: hue angle of 233.27º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0017CD is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB023205-
CMYK10.8900.20
HSL233.27º100%40.2%-
HSV(B)233.27º100%80.39%-
XYZ11.335.0258.13-
YUV36.87222.88101.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 23 (9.38% from 255) = 10.09%
BLUE value IS 205 (80.47% from 255) = 89.91%
R=0%
G=10.09%
B=89.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal02320510.8900.20233.2710040.2
Hex017CD6459014e96428
Octal02731514413102435114450
Binary0101111100110111001001011001010100111010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0017CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,23,205); }

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

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

 a { background-color: rgb(0,23,205); }

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

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

 span { border-color: rgb(0,23,205); }

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