Html Css Color HEX #059BDD Pacific Blue

📋 copy color: '#059BDD'

red 5 ◦ green 155 ◦ blue 221

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

Shades of Pacific Blue #059BDD

Tints of Pacific Blue #059BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 1.31%
G = 40.68%
B = 58.01%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#059BDD (or 0x059BDD) is known color: Pacific Blue. HEX triplet: 05, 9B and DD. RGB value is (5,155,221). Sum of RGB (Red+Green+Blue) = 5+155+221=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #059BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BDD is #FA6422. Grayscale: #757575. Windows color (decimal): -16409635 or 14523141. OLE color: 14523141.

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

Color convert

RGB 5 155 221 -
CMYK 0.98 0.30 0 0.13
HSL 198.33º 0.96% 0.44% -
HSV(B) 198.33º 0.98% 0.87% -
XYZ 24.84 28.7 72.64 -
YUV 117.67 186.31 47.63 -
System Red Green Blue C M Y K H S L
Decimal 5 155 221 0.98 0.30 0 0.13 198.33 0.96 0.44
Hex 5 9B DD 62 1E 0 D C6 60 2C
Octal 5 233 335 142 36 0 15 306 140 54
Binary 101 10011011 11011101 1100010 11110 0 1101 11000110 1100000 101100

Color Harmonies of #059BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BDD

Black with #059BDD

Text Example


Text Example

White with #059BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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