Html Css Color HEX #058BCC Pacific Blue

📋 copy color: '#058BCC'

red 5 ◦ green 139 ◦ blue 204

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

Shades of Pacific Blue #058BCC

Tints of Pacific Blue #058BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 1.44%
G = 39.94%
B = 58.62%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#058BCC (or 0x058BCC) is known color: Pacific Blue. HEX triplet: 05, 8B and CC. RGB value is (5,139,204). Sum of RGB (Red+Green+Blue) = 5+139+204=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #058BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BCC is #FA7433. Grayscale: #696969. Windows color (decimal): -16413748 or 13404933. OLE color: 13404933.

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

Color convert

RGB 5 139 204 -
CMYK 0.98 0.32 0 0.2
HSL 199.6º 0.95% 0.41% -
HSV(B) 199.6º 0.98% 0.8% -
XYZ 20.19 22.86 60.47 -
YUV 106.34 183.11 55.71 -
System Red Green Blue C M Y K H S L
Decimal 5 139 204 0.98 0.32 0 0.2 199.6 0.95 0.41
Hex 5 8B CC 62 20 0 14 C8 5F 29
Octal 5 213 314 142 40 0 24 310 137 51
Binary 101 10001011 11001100 1100010 100000 0 10100 11001000 1011111 101001

Color Harmonies of #058BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058BCC

Black with #058BCC

Text Example


Text Example

White with #058BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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