Html Css Color HEX #059BDB Pacific Blue

📋 copy color: '#059BDB'

red 5 ◦ green 155 ◦ blue 219

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

Shades of Pacific Blue #059BDB

Tints of Pacific Blue #059BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

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

R = 1.32%
G = 40.9%
B = 57.78%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#059BDB (or 0x059BDB) is known color: Pacific Blue. HEX triplet: 05, 9B and DB. RGB value is (5,155,219). Sum of RGB (Red+Green+Blue) = 5+155+219=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #059BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BDB is #FA6424. Grayscale: #757575. Windows color (decimal): -16409637 or 14392069. OLE color: 14392069.

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

Color convert

RGB 5 155 219 -
CMYK 0.98 0.29 0 0.14
HSL 197.94º 0.96% 0.44% -
HSV(B) 197.94º 0.98% 0.86% -
XYZ 24.57 28.59 71.24 -
YUV 117.45 185.31 47.8 -
System Red Green Blue C M Y K H S L
Decimal 5 155 219 0.98 0.29 0 0.14 197.94 0.96 0.44
Hex 5 9B DB 62 1D 0 E C6 60 2C
Octal 5 233 333 142 35 0 16 306 140 54
Binary 101 10011011 11011011 1100010 11101 0 1110 11000110 1100000 101100

Color Harmonies of #059BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BDB

Black with #059BDB

Text Example


Text Example

White with #059BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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