Html Css Color HEX #1498DB Pacific Blue

📋 copy color: '#1498DB'

red 20 ◦ green 152 ◦ blue 219

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

Shades of Pacific Blue #1498DB

Tints of Pacific Blue #1498DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 5.12%
G = 38.87%
B = 56.01%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1498DB (or 0x1498DB) is known color: Pacific Blue. HEX triplet: 14, 98 and DB. RGB value is (20,152,219). Sum of RGB (Red+Green+Blue) = 20+152+219=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #1498DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498DB is #EB6724. Grayscale: #777777. Windows color (decimal): -15427365 or 14391316. OLE color: 14391316.

HSL color Cylindrical-coordinate representation of color #1498DB: hue angle of 200.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1498DB is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 152 219 -
CMYK 0.91 0.31 0 0.14
HSL 200.2º 0.83% 0.47% -
HSV(B) 200.2º 0.91% 0.86% -
XYZ 24.3 27.72 71.09 -
YUV 120.17 183.77 56.55 -
System Red Green Blue C M Y K H S L
Decimal 20 152 219 0.91 0.31 0 0.14 200.2 0.83 0.47
Hex 14 98 DB 5B 1F 0 E C8 53 2F
Octal 24 230 333 133 37 0 16 310 123 57
Binary 10100 10011000 11011011 1011011 11111 0 1110 11001000 1010011 101111

Color Harmonies of #1498DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1498DB

Black with #1498DB

Text Example


Text Example

White with #1498DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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