#0485CD

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

Shades of Pacific Blue #0485CD

Tints of Pacific Blue #0485CD

Color information

#0485CD (or 0x0485CD) is unknown color: approx Pacific Blue. HEX triplet: 04, 85 and CD. RGB value is (4,133,205). Sum of RGB (Red+Green+Blue) = 4+133+205=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #0485CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0485CD is #FB7A32. Grayscale: #666666. Windows color (decimal): -16480819 or 13468932. OLE color: 13468932.

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

Color convert

RGB4133205-
CMYK0.980.3500.20
HSL201.49º96.17%40.98%-
HSV(B)201.49º98.05%80.39%-
XYZ19.4621.2160.83-
YUV102.64185.7657.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.17%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 205 (80.47% from 255) = 59.94%
R=1.17%
G=38.89%
B=59.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41332050.980.3500.20201.4996.1740.98
Hex485CD6223014c96029
Octal42053151424302431114051
Binary10010000101110011011100010100011010100110010011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0485CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,133,205); }

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

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

 a { background-color: rgb(4,133,205); }

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

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

 span { border-color: rgb(4,133,205); }

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