#1488CD

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

Shades of Pacific Blue #1488CD

Tints of Pacific Blue #1488CD

Color information

#1488CD (or 0x1488CD) is unknown color: approx Pacific Blue. HEX triplet: 14, 88 and CD. RGB value is (20,136,205). Sum of RGB (Red+Green+Blue) = 20+136+205=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #1488CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488CD is #EB7732. Grayscale: #6C6C6C. Windows color (decimal): -15431475 or 13469716. OLE color: 13469716.

HSL color Cylindrical-coordinate representation of color #1488CD: hue angle of 202.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1488CD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20136205-
CMYK0.900.3400.20
HSL202.38º82.22%44.12%-
HSV(B)202.38º90.24%80.39%-
XYZ20.1122.1660.98-
YUV109.18182.0764.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.54%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 205 (80.47% from 255) = 56.79%
R=5.54%
G=37.67%
B=56.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201362050.900.3400.20202.3882.2244.12
Hex1488CD5A22014ca522c
Octal242103151324202431212254
Binary1010010001000110011011011010100010010100110010101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1488CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,136,205); }

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

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

 a { background-color: rgb(20,136,205); }

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

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

 span { border-color: rgb(20,136,205); }

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