Html Css Color HEX #019DDD Pacific Blue

📋 copy color: '#019DDD'

red 1 ◦ green 157 ◦ blue 221

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

Shades of Pacific Blue #019DDD

Tints of Pacific Blue #019DDD

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 157 (61.72% from 255) = 41.42%

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

R = 0.26%
G = 41.42%
B = 58.31%

CMYK

 C value IS 1.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#019DDD (or 0x019DDD) is known color: Pacific Blue. HEX triplet: 01, 9D and DD. RGB value is (1,157,221). Sum of RGB (Red+Green+Blue) = 1+157+221=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #019DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DDD is #FE6222. Grayscale: #757575. Windows color (decimal): -16671267 or 14523649. OLE color: 14523649.

HSL color Cylindrical-coordinate representation of color #019DDD: hue angle of 197.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DDD is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 157 221 -
CMYK 1.00 0.29 0 0.13
HSL 197.45º 0.99% 0.44% -
HSV(B) 197.45º 1% 0.87% -
XYZ 25.12 29.34 72.75 -
YUV 117.65 186.32 44.8 -
System Red Green Blue C M Y K H S L
Decimal 1 157 221 1.00 0.29 0 0.13 197.45 0.99 0.44
Hex 1 9D DD 64 1D 0 D C5 63 2C
Octal 1 235 335 144 35 0 15 305 143 54
Binary 1 10011101 11011101 1100100 11101 0 1101 11000101 1100011 101100

Color Harmonies of #019DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DDD

Black with #019DDD

Text Example


Text Example

White with #019DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019DDD; }

 p { color: rgb(1,157,221); }

 H1.HeaderClassName
 {
   color: #019DDD;
 }
 .AnyTagClassName
 {
   color: #019DDD;
 }
</style>

background-color css

<style>
 a { background-color: #019DDD; }

 a { background-color: rgb(1,157,221); }

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

border-color css

<style>
 span { border-color: #019DDD; }

 span { border-color: rgb(1,157,221); }

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