Html Css Color HEX #1488A7 Eastern Blue

📋 copy color: '#1488A7'

red 20 ◦ green 136 ◦ blue 167

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

Shades of Eastern Blue #1488A7

Tints of Eastern Blue #1488A7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.11%

 BLUE value IS 167 (65.63% from 255) = 51.7%

R = 6.19%
G = 42.11%
B = 51.7%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1488A7 (or 0x1488A7) is known color: Eastern Blue. HEX triplet: 14, 88 and A7. RGB value is (20,136,167). Sum of RGB (Red+Green+Blue) = 20+136+167=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 167 (65.62% from 255 or 51.70% from 323); Max value from RGB is 167 - color contains mainly: blue. Hex color #1488A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1488A7 is #EB7758. Grayscale: #686868. Windows color (decimal): -15431513 or 10979348. OLE color: 10979348.

HSL color Cylindrical-coordinate representation of color #1488A7: hue angle of 192.65º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1488A7 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 136 167 -
CMYK 0.88 0.19 0 0.35
HSL 192.65º 0.79% 0.37% -
HSV(B) 192.65º 0.88% 0.65% -
XYZ 16.07 20.55 39.68 -
YUV 104.85 163.07 67.48 -
System Red Green Blue C M Y K H S L
Decimal 20 136 167 0.88 0.19 0 0.35 192.65 0.79 0.37
Hex 14 88 A7 58 13 0 23 C1 4F 25
Octal 24 210 247 130 23 0 43 301 117 45
Binary 10100 10001000 10100111 1011000 10011 0 100011 11000001 1001111 100101

Color Harmonies of #1488A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488A7

Black with #1488A7

Text Example


Text Example

White with #1488A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1488A7;
 }
 .AnyTagClassName
 {
   color: #1488A7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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