Html Css Color HEX #058AD5 Pacific Blue

📋 copy color: '#058AD5'

red 5 ◦ green 138 ◦ blue 213

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

Shades of Pacific Blue #058AD5

Tints of Pacific Blue #058AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.83%

R = 1.4%
G = 38.76%
B = 59.83%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#058AD5 (or 0x058AD5) is known color: Pacific Blue. HEX triplet: 05, 8A and D5. RGB value is (5,138,213). Sum of RGB (Red+Green+Blue) = 5+138+213=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #058AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058AD5 is #FA752A. Grayscale: #6A6A6A. Windows color (decimal): -16413995 or 13994501. OLE color: 13994501.

HSL color Cylindrical-coordinate representation of color #058AD5: hue angle of 201.63º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058AD5 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 138 213 -
CMYK 0.98 0.35 0 0.16
HSL 201.63º 0.95% 0.43% -
HSV(B) 201.63º 0.98% 0.84% -
XYZ 21.16 23.01 66.28 -
YUV 106.78 187.94 55.4 -
System Red Green Blue C M Y K H S L
Decimal 5 138 213 0.98 0.35 0 0.16 201.63 0.95 0.43
Hex 5 8A D5 62 23 0 10 CA 5F 2B
Octal 5 212 325 142 43 0 20 312 137 53
Binary 101 10001010 11010101 1100010 100011 0 10000 11001010 1011111 101011

Color Harmonies of #058AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058AD5

Black with #058AD5

Text Example


Text Example

White with #058AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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