Html Css Color HEX #058FDC Pacific Blue

📋 copy color: '#058FDC'

red 5 ◦ green 143 ◦ blue 220

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

Shades of Pacific Blue #058FDC

Tints of Pacific Blue #058FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

 BLUE value IS 220 (86.33% from 255) = 59.78%

R = 1.36%
G = 38.86%
B = 59.78%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#058FDC (or 0x058FDC) is known color: Pacific Blue. HEX triplet: 05, 8F and DC. RGB value is (5,143,220). Sum of RGB (Red+Green+Blue) = 5+143+220=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #058FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FDC is #FA7023. Grayscale: #6E6E6E. Windows color (decimal): -16412708 or 14454533. OLE color: 14454533.

HSL color Cylindrical-coordinate representation of color #058FDC: hue angle of 201.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058FDC is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 143 220 -
CMYK 0.98 0.35 0 0.14
HSL 201.49º 0.96% 0.44% -
HSV(B) 201.49º 0.98% 0.86% -
XYZ 22.8 24.84 71.3 -
YUV 110.52 189.78 52.74 -
System Red Green Blue C M Y K H S L
Decimal 5 143 220 0.98 0.35 0 0.14 201.49 0.96 0.44
Hex 5 8F DC 62 23 0 E C9 60 2C
Octal 5 217 334 142 43 0 16 311 140 54
Binary 101 10001111 11011100 1100010 100011 0 1110 11001001 1100000 101100

Color Harmonies of #058FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FDC

Black with #058FDC

Text Example


Text Example

White with #058FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,143,220); }

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

background-color css

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

 a { background-color: rgb(5,143,220); }

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

border-color css

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

 span { border-color: rgb(5,143,220); }

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