Html Css Color HEX #1488CE Pacific Blue

📋 copy color: '#1488CE'

red 20 ◦ green 136 ◦ blue 206

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

Shades of Pacific Blue #1488CE

Tints of Pacific Blue #1488CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 5.52%
G = 37.57%
B = 56.91%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1488CE (or 0x1488CE) is known color: Pacific Blue. HEX triplet: 14, 88 and CE. RGB value is (20,136,206). Sum of RGB (Red+Green+Blue) = 20+136+206=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #1488CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488CE is #EB7731. Grayscale: #6C6C6C. Windows color (decimal): -15431474 or 13535252. OLE color: 13535252.

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

Color convert

RGB 20 136 206 -
CMYK 0.90 0.34 0 0.19
HSL 202.58º 0.82% 0.44% -
HSV(B) 202.58º 0.9% 0.81% -
XYZ 20.23 22.21 61.61 -
YUV 109.3 182.57 64.31 -
System Red Green Blue C M Y K H S L
Decimal 20 136 206 0.90 0.34 0 0.19 202.58 0.82 0.44
Hex 14 88 CE 5A 22 0 13 CB 52 2C
Octal 24 210 316 132 42 0 23 313 122 54
Binary 10100 10001000 11001110 1011010 100010 0 10011 11001011 1010010 101100

Color Harmonies of #1488CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488CE

Black with #1488CE

Text Example


Text Example

White with #1488CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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