Html Css Color HEX #019DDF Pacific Blue

📋 copy color: '#019DDF'

red 1 ◦ green 157 ◦ blue 223

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

Shades of Pacific Blue #019DDF

Tints of Pacific Blue #019DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.53%

R = 0.26%
G = 41.21%
B = 58.53%

CMYK

 C value IS 1.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#019DDF (or 0x019DDF) is known color: Pacific Blue. HEX triplet: 01, 9D and DF. RGB value is (1,157,223). Sum of RGB (Red+Green+Blue) = 1+157+223=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #019DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DDF is #FE6220. Grayscale: #757575. Windows color (decimal): -16671265 or 14654721. OLE color: 14654721.

HSL color Cylindrical-coordinate representation of color #019DDF: hue angle of 197.84º 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 #019DDF is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 157 223 -
CMYK 1.00 0.30 0 0.13
HSL 197.84º 0.99% 0.44% -
HSV(B) 197.84º 1% 0.87% -
XYZ 25.39 29.45 74.16 -
YUV 117.88 187.32 44.63 -
System Red Green Blue C M Y K H S L
Decimal 1 157 223 1.00 0.30 0 0.13 197.84 0.99 0.44
Hex 1 9D DF 64 1E 0 D C6 63 2C
Octal 1 235 337 144 36 0 15 306 143 54
Binary 1 10011101 11011111 1100100 11110 0 1101 11000110 1100011 101100

Color Harmonies of #019DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DDF

Black with #019DDF

Text Example


Text Example

White with #019DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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