Html Css Color HEX #058FDA Pacific Blue

📋 copy color: '#058FDA'

red 5 ◦ green 143 ◦ blue 218

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

Shades of Pacific Blue #058FDA

Tints of Pacific Blue #058FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.56%

R = 1.37%
G = 39.07%
B = 59.56%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#058FDA (or 0x058FDA) is known color: Pacific Blue. HEX triplet: 05, 8F and DA. RGB value is (5,143,218). Sum of RGB (Red+Green+Blue) = 5+143+218=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #058FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FDA is #FA7025. Grayscale: #6D6D6D. Windows color (decimal): -16412710 or 14323461. OLE color: 14323461.

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

Color convert

RGB 5 143 218 -
CMYK 0.98 0.34 0 0.15
HSL 201.13º 0.96% 0.44% -
HSV(B) 201.13º 0.98% 0.85% -
XYZ 22.54 24.74 69.92 -
YUV 110.29 188.78 52.9 -
System Red Green Blue C M Y K H S L
Decimal 5 143 218 0.98 0.34 0 0.15 201.13 0.96 0.44
Hex 5 8F DA 62 22 0 F C9 60 2C
Octal 5 217 332 142 42 0 17 311 140 54
Binary 101 10001111 11011010 1100010 100010 0 1111 11001001 1100000 101100

Color Harmonies of #058FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FDA

Black with #058FDA

Text Example


Text Example

White with #058FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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