Html Css Color HEX #1488CD Pacific Blue

📋 copy color: '#1488CD'

red 20 ◦ green 136 ◦ blue 205

#1488CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #1488CD

Tints of Pacific Blue #1488CD

RGB

 RED value IS 20 (8.2% 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 value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1488CD (or 0x1488CD) is known color: 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

RGB 20 136 205 -
CMYK 0.90 0.34 0 0.20
HSL 202.38º 0.82% 0.44% -
HSV(B) 202.38º 0.9% 0.8% -
XYZ 20.11 22.16 60.98 -
YUV 109.18 182.07 64.39 -
System Red Green Blue C M Y K H S L
Decimal 20 136 205 0.90 0.34 0 0.20 202.38 0.82 0.44
Hex 14 88 CD 5A 22 0 14 CA 52 2C
Octal 24 210 315 132 42 0 24 312 122 54
Binary 10100 10001000 11001101 1011010 100010 0 10100 11001010 1010010 101100

Color Harmonies of #1488CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488CD

Black with #1488CD

Text Example


Text Example

White with #1488CD

Text Example


Text Example

HTML Codes & Css Web 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>