Html Css Color HEX #1499DB Pacific Blue

📋 copy color: '#1499DB'

red 20 ◦ green 153 ◦ blue 219

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

Shades of Pacific Blue #1499DB

Tints of Pacific Blue #1499DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 5.1%
G = 39.03%
B = 55.87%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1499DB (or 0x1499DB) is known color: Pacific Blue. HEX triplet: 14, 99 and DB. RGB value is (20,153,219). Sum of RGB (Red+Green+Blue) = 20+153+219=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #1499DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1499DB is #EB6624. Grayscale: #787878. Windows color (decimal): -15427109 or 14391572. OLE color: 14391572.

HSL color Cylindrical-coordinate representation of color #1499DB: hue angle of 199.9º 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 #1499DB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 153 219 -
CMYK 0.91 0.30 0 0.14
HSL 199.9º 0.83% 0.47% -
HSV(B) 199.9º 0.91% 0.86% -
XYZ 24.47 28.05 71.14 -
YUV 120.76 183.44 56.13 -
System Red Green Blue C M Y K H S L
Decimal 20 153 219 0.91 0.30 0 0.14 199.9 0.83 0.47
Hex 14 99 DB 5B 1E 0 E C8 53 2F
Octal 24 231 333 133 36 0 16 310 123 57
Binary 10100 10011001 11011011 1011011 11110 0 1110 11001000 1010011 101111

Color Harmonies of #1499DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1499DB

Black with #1499DB

Text Example


Text Example

White with #1499DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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