Html Css Color HEX #058DCC Pacific Blue

📋 copy color: '#058DCC'

red 5 ◦ green 141 ◦ blue 204

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

Shades of Pacific Blue #058DCC

Tints of Pacific Blue #058DCC

RGB

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

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

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

R = 1.43%
G = 40.29%
B = 58.29%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#058DCC (or 0x058DCC) is known color: Pacific Blue. HEX triplet: 05, 8D and CC. RGB value is (5,141,204). Sum of RGB (Red+Green+Blue) = 5+141+204=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #058DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DCC is #FA7233. Grayscale: #6B6B6B. Windows color (decimal): -16413236 or 13405445. OLE color: 13405445.

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

Color convert

RGB 5 141 204 -
CMYK 0.98 0.31 0 0.2
HSL 199º 0.95% 0.41% -
HSV(B) 199º 0.98% 0.8% -
XYZ 20.49 23.44 60.57 -
YUV 107.52 182.44 54.88 -
System Red Green Blue C M Y K H S L
Decimal 5 141 204 0.98 0.31 0 0.2 199 0.95 0.41
Hex 5 8D CC 62 1F 0 14 C7 5F 29
Octal 5 215 314 142 37 0 24 307 137 51
Binary 101 10001101 11001100 1100010 11111 0 10100 11000111 1011111 101001

Color Harmonies of #058DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058DCC

Black with #058DCC

Text Example


Text Example

White with #058DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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