Html Css Color HEX #059DDB Pacific Blue

📋 copy color: '#059DDB'

red 5 ◦ green 157 ◦ blue 219

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

Shades of Pacific Blue #059DDB

Tints of Pacific Blue #059DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 1.31%
G = 41.21%
B = 57.48%

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

#059DDB (or 0x059DDB) is known color: Pacific Blue. HEX triplet: 05, 9D and DB. RGB value is (5,157,219). Sum of RGB (Red+Green+Blue) = 5+157+219=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #059DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DDB is #FA6224. Grayscale: #767676. Windows color (decimal): -16409125 or 14392581. OLE color: 14392581.

HSL color Cylindrical-coordinate representation of color #059DDB: hue angle of 197.38º 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 #059DDB is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 157 219 -
CMYK 0.98 0.28 0 0.14
HSL 197.38º 0.96% 0.44% -
HSV(B) 197.38º 0.98% 0.86% -
XYZ 24.91 29.26 71.35 -
YUV 118.62 184.64 46.96 -
System Red Green Blue C M Y K H S L
Decimal 5 157 219 0.98 0.28 0 0.14 197.38 0.96 0.44
Hex 5 9D DB 62 1C 0 E C5 60 2C
Octal 5 235 333 142 34 0 16 305 140 54
Binary 101 10011101 11011011 1100010 11100 0 1110 11000101 1100000 101100

Color Harmonies of #059DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DDB

Black with #059DDB

Text Example


Text Example

White with #059DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,157,219); }

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

background-color css

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

 a { background-color: rgb(5,157,219); }

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

border-color css

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

 span { border-color: rgb(5,157,219); }

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