Html Css Color HEX #058DD8 Pacific Blue

📋 copy color: '#058DD8'

red 5 ◦ green 141 ◦ blue 216

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

Shades of Pacific Blue #058DD8

Tints of Pacific Blue #058DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.67%

R = 1.38%
G = 38.95%
B = 59.67%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#058DD8 (or 0x058DD8) is known color: Pacific Blue. HEX triplet: 05, 8D and D8. RGB value is (5,141,216). Sum of RGB (Red+Green+Blue) = 5+141+216=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #058DD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DD8 is #FA7227. Grayscale: #6C6C6C. Windows color (decimal): -16413224 or 14191877. OLE color: 14191877.

HSL color Cylindrical-coordinate representation of color #058DD8: hue angle of 201.33º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DD8 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 141 216 -
CMYK 0.98 0.35 0 0.15
HSL 201.33º 0.95% 0.43% -
HSV(B) 201.33º 0.98% 0.85% -
XYZ 21.98 24.04 68.45 -
YUV 108.89 188.44 53.9 -
System Red Green Blue C M Y K H S L
Decimal 5 141 216 0.98 0.35 0 0.15 201.33 0.95 0.43
Hex 5 8D D8 62 23 0 F C9 5F 2B
Octal 5 215 330 142 43 0 17 311 137 53
Binary 101 10001101 11011000 1100010 100011 0 1111 11001001 1011111 101011

Color Harmonies of #058DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058DD8

Black with #058DD8

Text Example


Text Example

White with #058DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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