Html Css Color HEX #058DD1 Pacific Blue

📋 copy color: '#058DD1'

red 5 ◦ green 141 ◦ blue 209

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

Shades of Pacific Blue #058DD1

Tints of Pacific Blue #058DD1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.72%

 BLUE value IS 209 (82.03% from 255) = 58.87%

R = 1.41%
G = 39.72%
B = 58.87%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#058DD1 (or 0x058DD1) is known color: Pacific Blue. HEX triplet: 05, 8D and D1. RGB value is (5,141,209). Sum of RGB (Red+Green+Blue) = 5+141+209=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #058DD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DD1 is #FA722E. Grayscale: #6B6B6B. Windows color (decimal): -16413231 or 13733125. OLE color: 13733125.

HSL color Cylindrical-coordinate representation of color #058DD1: hue angle of 200º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DD1 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 141 209 -
CMYK 0.98 0.33 0 0.18
HSL 200º 0.95% 0.42% -
HSV(B) 200º 0.98% 0.82% -
XYZ 21.1 23.69 63.78 -
YUV 108.09 184.94 54.47 -
System Red Green Blue C M Y K H S L
Decimal 5 141 209 0.98 0.33 0 0.18 200 0.95 0.42
Hex 5 8D D1 62 21 0 12 C8 5F 2A
Octal 5 215 321 142 41 0 22 310 137 52
Binary 101 10001101 11010001 1100010 100001 0 10010 11001000 1011111 101010

Color Harmonies of #058DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058DD1

Black with #058DD1

Text Example


Text Example

White with #058DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058DD1; }

 p { color: rgb(5,141,209); }

 H1.HeaderClassName
 {
   color: #058DD1;
 }
 .AnyTagClassName
 {
   color: #058DD1;
 }
</style>

background-color css

<style>
 a { background-color: #058DD1; }

 a { background-color: rgb(5,141,209); }

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

border-color css

<style>
 span { border-color: #058DD1; }

 span { border-color: rgb(5,141,209); }

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