Html Css Color HEX #058ED0 Pacific Blue

📋 copy color: '#058ED0'

red 5 ◦ green 142 ◦ blue 208

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

Shades of Pacific Blue #058ED0

Tints of Pacific Blue #058ED0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

 BLUE value IS 208 (81.64% from 255) = 58.59%

R = 1.41%
G = 40%
B = 58.59%

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

#058ED0 (or 0x058ED0) is known color: Pacific Blue. HEX triplet: 05, 8E and D0. RGB value is (5,142,208). Sum of RGB (Red+Green+Blue) = 5+142+208=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #058ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ED0 is #FA712F. Grayscale: #6C6C6C. Windows color (decimal): -16412976 or 13667845. OLE color: 13667845.

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

Color convert

RGB 5 142 208 -
CMYK 0.98 0.32 0 0.18
HSL 199.51º 0.95% 0.42% -
HSV(B) 199.51º 0.98% 0.82% -
XYZ 21.12 23.93 63.18 -
YUV 108.56 184.11 54.13 -
System Red Green Blue C M Y K H S L
Decimal 5 142 208 0.98 0.32 0 0.18 199.51 0.95 0.42
Hex 5 8E D0 62 20 0 12 C8 5F 2A
Octal 5 216 320 142 40 0 22 310 137 52
Binary 101 10001110 11010000 1100010 100000 0 10010 11001000 1011111 101010

Color Harmonies of #058ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058ED0

Black with #058ED0

Text Example


Text Example

White with #058ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,142,208); }

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

background-color css

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

 a { background-color: rgb(5,142,208); }

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

border-color css

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

 span { border-color: rgb(5,142,208); }

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