Html Css Color HEX #058ACD Pacific Blue

📋 copy color: '#058ACD'

red 5 ◦ green 138 ◦ blue 205

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

Shades of Pacific Blue #058ACD

Tints of Pacific Blue #058ACD

RGB

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

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

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

R = 1.44%
G = 39.66%
B = 58.91%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#058ACD (or 0x058ACD) is known color: Pacific Blue. HEX triplet: 05, 8A and CD. RGB value is (5,138,205). Sum of RGB (Red+Green+Blue) = 5+138+205=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #058ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ACD is #FA7532. Grayscale: #696969. Windows color (decimal): -16414003 or 13470213. OLE color: 13470213.

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

Color convert

RGB 5 138 205 -
CMYK 0.98 0.33 0 0.20
HSL 200.1º 0.95% 0.41% -
HSV(B) 200.1º 0.98% 0.8% -
XYZ 20.17 22.62 61.06 -
YUV 105.87 183.94 56.05 -
System Red Green Blue C M Y K H S L
Decimal 5 138 205 0.98 0.33 0 0.20 200.1 0.95 0.41
Hex 5 8A CD 62 21 0 14 C8 5F 29
Octal 5 212 315 142 41 0 24 310 137 51
Binary 101 10001010 11001101 1100010 100001 0 10100 11001000 1011111 101001

Color Harmonies of #058ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058ACD

Black with #058ACD

Text Example


Text Example

White with #058ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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