Html Css Color HEX #1499DD Pacific Blue

📋 copy color: '#1499DD'

red 20 ◦ green 153 ◦ blue 221

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

Shades of Pacific Blue #1499DD

Tints of Pacific Blue #1499DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 5.08%
G = 38.83%
B = 56.09%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1499DD (or 0x1499DD) is known color: Pacific Blue. HEX triplet: 14, 99 and DD. RGB value is (20,153,221). Sum of RGB (Red+Green+Blue) = 20+153+221=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #1499DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1499DD is #EB6622. Grayscale: #787878. Windows color (decimal): -15427107 or 14522644. OLE color: 14522644.

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

Color convert

RGB 20 153 221 -
CMYK 0.91 0.31 0 0.13
HSL 200.3º 0.83% 0.47% -
HSV(B) 200.3º 0.91% 0.87% -
XYZ 24.73 28.15 72.54 -
YUV 120.99 184.44 55.97 -
System Red Green Blue C M Y K H S L
Decimal 20 153 221 0.91 0.31 0 0.13 200.3 0.83 0.47
Hex 14 99 DD 5B 1F 0 D C8 53 2F
Octal 24 231 335 133 37 0 15 310 123 57
Binary 10100 10011001 11011101 1011011 11111 0 1101 11001000 1010011 101111

Color Harmonies of #1499DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1499DD

Black with #1499DD

Text Example


Text Example

White with #1499DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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