Html Css Color HEX #059FDA Pacific Blue

📋 copy color: '#059FDA'

red 5 ◦ green 159 ◦ blue 218

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

Shades of Pacific Blue #059FDA

Tints of Pacific Blue #059FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.07%

R = 1.31%
G = 41.62%
B = 57.07%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#059FDA (or 0x059FDA) is known color: Pacific Blue. HEX triplet: 05, 9F and DA. RGB value is (5,159,218). Sum of RGB (Red+Green+Blue) = 5+159+218=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #059FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FDA is #FA6025. Grayscale: #777777. Windows color (decimal): -16408614 or 14327557. OLE color: 14327557.

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

Color convert

RGB 5 159 218 -
CMYK 0.98 0.27 0 0.15
HSL 196.62º 0.96% 0.44% -
HSV(B) 196.62º 0.98% 0.85% -
XYZ 25.12 29.89 70.78 -
YUV 119.68 183.48 46.2 -
System Red Green Blue C M Y K H S L
Decimal 5 159 218 0.98 0.27 0 0.15 196.62 0.96 0.44
Hex 5 9F DA 62 1B 0 F C5 60 2C
Octal 5 237 332 142 33 0 17 305 140 54
Binary 101 10011111 11011010 1100010 11011 0 1111 11000101 1100000 101100

Color Harmonies of #059FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FDA

Black with #059FDA

Text Example


Text Example

White with #059FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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