Html Css Color HEX #1487CC Pacific Blue

📋 copy color: '#1487CC'

red 20 ◦ green 135 ◦ blue 204

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

Shades of Pacific Blue #1487CC

Tints of Pacific Blue #1487CC

RGB

 RED value IS 20 (8.2% from 255) = 5.57%

 GREEN value IS 135 (53.13% from 255) = 37.6%

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 5.57%
G = 37.6%
B = 56.82%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1487CC (or 0x1487CC) is known color: Pacific Blue. HEX triplet: 14, 87 and CC. RGB value is (20,135,204). Sum of RGB (Red+Green+Blue) = 20+135+204=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #1487CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1487CC is #EB7833. Grayscale: #6C6C6C. Windows color (decimal): -15431732 or 13403924. OLE color: 13403924.

HSL color Cylindrical-coordinate representation of color #1487CC: hue angle of 202.5º 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 #1487CC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 135 204 -
CMYK 0.90 0.34 0 0.2
HSL 202.5º 0.82% 0.44% -
HSV(B) 202.5º 0.9% 0.8% -
XYZ 19.85 21.84 60.3 -
YUV 108.48 181.9 64.89 -
System Red Green Blue C M Y K H S L
Decimal 20 135 204 0.90 0.34 0 0.2 202.5 0.82 0.44
Hex 14 87 CC 5A 22 0 14 CA 52 2C
Octal 24 207 314 132 42 0 24 312 122 54
Binary 10100 10000111 11001100 1011010 100010 0 10100 11001010 1010010 101100

Color Harmonies of #1487CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487CC

Black with #1487CC

Text Example


Text Example

White with #1487CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1487CC; }

 p { color: rgb(20,135,204); }

 H1.HeaderClassName
 {
   color: #1487CC;
 }
 .AnyTagClassName
 {
   color: #1487CC;
 }
</style>

background-color css

<style>
 a { background-color: #1487CC; }

 a { background-color: rgb(20,135,204); }

 div.DivClassName
 {
   background-color: #1487CC;
 }
 .BgClassName
 {
   background-color: #1487CC;
 }
</style>

border-color css

<style>
 span { border-color: #1487CC; }

 span { border-color: rgb(20,135,204); }

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