Html Css Color HEX #058ADC Pacific Blue

📋 copy color: '#058ADC'

red 5 ◦ green 138 ◦ blue 220

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

Shades of Pacific Blue #058ADC

Tints of Pacific Blue #058ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

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

R = 1.38%
G = 38.02%
B = 60.61%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#058ADC (or 0x058ADC) is known color: Pacific Blue. HEX triplet: 05, 8A and DC. RGB value is (5,138,220). Sum of RGB (Red+Green+Blue) = 5+138+220=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #058ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ADC is #FA7523. Grayscale: #6B6B6B. Windows color (decimal): -16413988 or 14453253. OLE color: 14453253.

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

Color convert

RGB 5 138 220 -
CMYK 0.98 0.37 0 0.14
HSL 202.88º 0.96% 0.44% -
HSV(B) 202.88º 0.98% 0.86% -
XYZ 22.07 23.38 71.06 -
YUV 107.58 191.44 54.83 -
System Red Green Blue C M Y K H S L
Decimal 5 138 220 0.98 0.37 0 0.14 202.88 0.96 0.44
Hex 5 8A DC 62 25 0 E CB 60 2C
Octal 5 212 334 142 45 0 16 313 140 54
Binary 101 10001010 11011100 1100010 100101 0 1110 11001011 1100000 101100

Color Harmonies of #058ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058ADC

Black with #058ADC

Text Example


Text Example

White with #058ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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