#1985CD

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

Shades of Pacific Blue #1985CD

Tints of Pacific Blue #1985CD

Color information

#1985CD (or 0x1985CD) is unknown color: approx Pacific Blue. HEX triplet: 19, 85 and CD. RGB value is (25,133,205). Sum of RGB (Red+Green+Blue) = 25+133+205=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #1985CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985CD is #E67A32. Grayscale: #6C6C6C. Windows color (decimal): -15104563 or 13468953. OLE color: 13468953.

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

Color convert

RGB25133205-
CMYK0.880.3500.20
HSL204º78.26%45.1%-
HSV(B)204º87.8%80.39%-
XYZ19.8121.3960.84-
YUV108.92182.2268.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.89%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 205 (80.47% from 255) = 56.47%
R=6.89%
G=36.64%
B=56.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal251332050.880.3500.2020478.2645.1
Hex1985CD5823014cc4e2d
Octal312053151304302431411655
Binary1100110000101110011011011000100011010100110011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1985CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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