Html Css Color HEX #058FD1 Pacific Blue

📋 copy color: '#058FD1'

red 5 ◦ green 143 ◦ blue 209

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

Shades of Pacific Blue #058FD1

Tints of Pacific Blue #058FD1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.06%

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

R = 1.4%
G = 40.06%
B = 58.54%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#058FD1 (or 0x058FD1) is known color: Pacific Blue. HEX triplet: 05, 8F and D1. RGB value is (5,143,209). Sum of RGB (Red+Green+Blue) = 5+143+209=357 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #058FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FD1 is #FA702E. Grayscale: #6C6C6C. Windows color (decimal): -16412719 or 13733637. OLE color: 13733637.

HSL color Cylindrical-coordinate representation of color #058FD1: hue angle of 199.41º 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 #058FD1 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 143 209 -
CMYK 0.98 0.32 0 0.18
HSL 199.41º 0.95% 0.42% -
HSV(B) 199.41º 0.98% 0.82% -
XYZ 21.39 24.28 63.88 -
YUV 109.26 184.28 53.63 -
System Red Green Blue C M Y K H S L
Decimal 5 143 209 0.98 0.32 0 0.18 199.41 0.95 0.42
Hex 5 8F D1 62 20 0 12 C7 5F 2A
Octal 5 217 321 142 40 0 22 307 137 52
Binary 101 10001111 11010001 1100010 100000 0 10010 11000111 1011111 101010

Color Harmonies of #058FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FD1

Black with #058FD1

Text Example


Text Example

White with #058FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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