Html Css Color HEX #059FDC Pacific Blue

📋 copy color: '#059FDC'

red 5 ◦ green 159 ◦ blue 220

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

Shades of Pacific Blue #059FDC

Tints of Pacific Blue #059FDC

RGB

 RED value IS 5 (2.34% from 255) = 1.3%

 GREEN value IS 159 (62.5% from 255) = 41.41%

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

R = 1.3%
G = 41.41%
B = 57.29%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#059FDC (or 0x059FDC) is known color: Pacific Blue. HEX triplet: 05, 9F and DC. RGB value is (5,159,220). Sum of RGB (Red+Green+Blue) = 5+159+220=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #059FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FDC is #FA6023. Grayscale: #777777. Windows color (decimal): -16408612 or 14458629. OLE color: 14458629.

HSL color Cylindrical-coordinate representation of color #059FDC: hue angle of 197.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059FDC is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 159 220 -
CMYK 0.98 0.28 0 0.14
HSL 197.02º 0.96% 0.44% -
HSV(B) 197.02º 0.98% 0.86% -
XYZ 25.38 30 72.16 -
YUV 119.91 184.48 46.04 -
System Red Green Blue C M Y K H S L
Decimal 5 159 220 0.98 0.28 0 0.14 197.02 0.96 0.44
Hex 5 9F DC 62 1C 0 E C5 60 2C
Octal 5 237 334 142 34 0 16 305 140 54
Binary 101 10011111 11011100 1100010 11100 0 1110 11000101 1100000 101100

Color Harmonies of #059FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FDC

Black with #059FDC

Text Example


Text Example

White with #059FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059FDC; }

 p { color: rgb(5,159,220); }

 H1.HeaderClassName
 {
   color: #059FDC;
 }
 .AnyTagClassName
 {
   color: #059FDC;
 }
</style>

background-color css

<style>
 a { background-color: #059FDC; }

 a { background-color: rgb(5,159,220); }

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

border-color css

<style>
 span { border-color: #059FDC; }

 span { border-color: rgb(5,159,220); }

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