Html Css Color HEX #019DDC Pacific Blue

📋 copy color: '#019DDC'

red 1 ◦ green 157 ◦ blue 220

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

Shades of Pacific Blue #019DDC

Tints of Pacific Blue #019DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 0.26%
G = 41.53%
B = 58.2%

CMYK

 C value IS 1.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#019DDC (or 0x019DDC) is known color: Pacific Blue. HEX triplet: 01, 9D and DC. RGB value is (1,157,220). Sum of RGB (Red+Green+Blue) = 1+157+220=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #019DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DDC is #FE6223. Grayscale: #757575. Windows color (decimal): -16671268 or 14458113. OLE color: 14458113.

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

Color convert

RGB 1 157 220 -
CMYK 1.00 0.29 0 0.14
HSL 197.26º 0.99% 0.43% -
HSV(B) 197.26º 1% 0.86% -
XYZ 24.99 29.29 72.05 -
YUV 117.54 185.82 44.88 -
System Red Green Blue C M Y K H S L
Decimal 1 157 220 1.00 0.29 0 0.14 197.26 0.99 0.43
Hex 1 9D DC 64 1D 0 E C5 63 2B
Octal 1 235 334 144 35 0 16 305 143 53
Binary 1 10011101 11011100 1100100 11101 0 1110 11000101 1100011 101011

Color Harmonies of #019DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DDC

Black with #019DDC

Text Example


Text Example

White with #019DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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