Html Css Color HEX #058ADF Pacific Blue

📋 copy color: '#058ADF'

red 5 ◦ green 138 ◦ blue 223

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

Shades of Pacific Blue #058ADF

Tints of Pacific Blue #058ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 1.37%
G = 37.7%
B = 60.93%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#058ADF (or 0x058ADF) is known color: Pacific Blue. HEX triplet: 05, 8A and DF. RGB value is (5,138,223). Sum of RGB (Red+Green+Blue) = 5+138+223=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #058ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ADF is #FA7520. Grayscale: #6B6B6B. Windows color (decimal): -16413985 or 14649861. OLE color: 14649861.

HSL color Cylindrical-coordinate representation of color #058ADF: hue angle of 203.39º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058ADF is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 138 223 -
CMYK 0.98 0.38 0 0.13
HSL 203.39º 0.96% 0.45% -
HSV(B) 203.39º 0.98% 0.87% -
XYZ 22.47 23.54 73.17 -
YUV 107.92 192.94 54.59 -
System Red Green Blue C M Y K H S L
Decimal 5 138 223 0.98 0.38 0 0.13 203.39 0.96 0.45
Hex 5 8A DF 62 26 0 D CB 60 2D
Octal 5 212 337 142 46 0 15 313 140 55
Binary 101 10001010 11011111 1100010 100110 0 1101 11001011 1100000 101101

Color Harmonies of #058ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058ADF

Black with #058ADF

Text Example


Text Example

White with #058ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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