Html Css Color HEX #058BCD Pacific Blue

📋 copy color: '#058BCD'

red 5 ◦ green 139 ◦ blue 205

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

Shades of Pacific Blue #058BCD

Tints of Pacific Blue #058BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.83%

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 1.43%
G = 39.83%
B = 58.74%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#058BCD (or 0x058BCD) is known color: Pacific Blue. HEX triplet: 05, 8B and CD. RGB value is (5,139,205). Sum of RGB (Red+Green+Blue) = 5+139+205=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #058BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BCD is #FA7432. Grayscale: #6A6A6A. Windows color (decimal): -16413747 or 13470469. OLE color: 13470469.

HSL color Cylindrical-coordinate representation of color #058BCD: hue angle of 199.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058BCD is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 139 205 -
CMYK 0.98 0.32 0 0.20
HSL 199.8º 0.95% 0.41% -
HSV(B) 199.8º 0.98% 0.8% -
XYZ 20.31 22.91 61.11 -
YUV 106.46 183.61 55.63 -
System Red Green Blue C M Y K H S L
Decimal 5 139 205 0.98 0.32 0 0.20 199.8 0.95 0.41
Hex 5 8B CD 62 20 0 14 C8 5F 29
Octal 5 213 315 142 40 0 24 310 137 51
Binary 101 10001011 11001101 1100010 100000 0 10100 11001000 1011111 101001

Color Harmonies of #058BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058BCD

Black with #058BCD

Text Example


Text Example

White with #058BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,139,205); }

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

background-color css

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

 a { background-color: rgb(5,139,205); }

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

border-color css

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

 span { border-color: rgb(5,139,205); }

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