Html Css Color HEX #059EDD Pacific Blue

📋 copy color: '#059EDD'

red 5 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #059EDD

Tints of Pacific Blue #059EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.15%

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

R = 1.3%
G = 41.15%
B = 57.55%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#059EDD (or 0x059EDD) is known color: Pacific Blue. HEX triplet: 05, 9E and DD. RGB value is (5,158,221). Sum of RGB (Red+Green+Blue) = 5+158+221=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #059EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EDD is #FA6122. Grayscale: #777777. Windows color (decimal): -16408867 or 14523909. OLE color: 14523909.

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

Color convert

RGB 5 158 221 -
CMYK 0.98 0.29 0 0.13
HSL 197.5º 0.96% 0.44% -
HSV(B) 197.5º 0.98% 0.87% -
XYZ 25.34 29.71 72.8 -
YUV 119.44 185.31 46.38 -
System Red Green Blue C M Y K H S L
Decimal 5 158 221 0.98 0.29 0 0.13 197.5 0.96 0.44
Hex 5 9E DD 62 1D 0 D C6 60 2C
Octal 5 236 335 142 35 0 15 306 140 54
Binary 101 10011110 11011101 1100010 11101 0 1101 11000110 1100000 101100

Color Harmonies of #059EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EDD

Black with #059EDD

Text Example


Text Example

White with #059EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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