Html Css Color HEX #059DDF Pacific Blue

📋 copy color: '#059DDF'

red 5 ◦ green 157 ◦ blue 223

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

Shades of Pacific Blue #059DDF

Tints of Pacific Blue #059DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 1.3%
G = 40.78%
B = 57.92%

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

#059DDF (or 0x059DDF) is known color: Pacific Blue. HEX triplet: 05, 9D and DF. RGB value is (5,157,223). Sum of RGB (Red+Green+Blue) = 5+157+223=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #059DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DDF is #FA6220. Grayscale: #767676. Windows color (decimal): -16409121 or 14654725. OLE color: 14654725.

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

Color convert

RGB 5 157 223 -
CMYK 0.98 0.30 0 0.13
HSL 198.17º 0.96% 0.45% -
HSV(B) 198.17º 0.98% 0.87% -
XYZ 25.44 29.47 74.16 -
YUV 119.08 186.64 46.63 -
System Red Green Blue C M Y K H S L
Decimal 5 157 223 0.98 0.30 0 0.13 198.17 0.96 0.45
Hex 5 9D DF 62 1E 0 D C6 60 2D
Octal 5 235 337 142 36 0 15 306 140 55
Binary 101 10011101 11011111 1100010 11110 0 1101 11000110 1100000 101101

Color Harmonies of #059DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DDF

Black with #059DDF

Text Example


Text Example

White with #059DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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