Html Css Color HEX #1498CA Pacific Blue

📋 copy color: '#1498CA'

red 20 ◦ green 152 ◦ blue 202

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

Shades of Pacific Blue #1498CA

Tints of Pacific Blue #1498CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

 BLUE value IS 202 (79.3% from 255) = 54.01%

R = 5.35%
G = 40.64%
B = 54.01%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1498CA (or 0x1498CA) is known color: Pacific Blue. HEX triplet: 14, 98 and CA. RGB value is (20,152,202). Sum of RGB (Red+Green+Blue) = 20+152+202=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #1498CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498CA is #EB6735. Grayscale: #757575. Windows color (decimal): -15427382 or 13277204. OLE color: 13277204.

HSL color Cylindrical-coordinate representation of color #1498CA: hue angle of 196.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1498CA is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 152 202 -
CMYK 0.90 0.25 0 0.21
HSL 196.48º 0.82% 0.44% -
HSV(B) 196.48º 0.9% 0.79% -
XYZ 22.18 26.87 59.89 -
YUV 118.23 175.27 57.93 -
System Red Green Blue C M Y K H S L
Decimal 20 152 202 0.90 0.25 0 0.21 196.48 0.82 0.44
Hex 14 98 CA 5A 19 0 15 C4 52 2C
Octal 24 230 312 132 31 0 25 304 122 54
Binary 10100 10011000 11001010 1011010 11001 0 10101 11000100 1010010 101100

Color Harmonies of #1498CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1498CA

Black with #1498CA

Text Example


Text Example

White with #1498CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1498CA; }

 p { color: rgb(20,152,202); }

 H1.HeaderClassName
 {
   color: #1498CA;
 }
 .AnyTagClassName
 {
   color: #1498CA;
 }
</style>

background-color css

<style>
 a { background-color: #1498CA; }

 a { background-color: rgb(20,152,202); }

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

border-color css

<style>
 span { border-color: #1498CA; }

 span { border-color: rgb(20,152,202); }

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