Html Css Color HEX #058ADB Pacific Blue

📋 copy color: '#058ADB'

red 5 ◦ green 138 ◦ blue 219

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

Shades of Pacific Blue #058ADB

Tints of Pacific Blue #058ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 1.38%
G = 38.12%
B = 60.5%

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

#058ADB (or 0x058ADB) is known color: Pacific Blue. HEX triplet: 05, 8A and DB. RGB value is (5,138,219). Sum of RGB (Red+Green+Blue) = 5+138+219=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #058ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ADB is #FA7524. Grayscale: #6B6B6B. Windows color (decimal): -16413989 or 14387717. OLE color: 14387717.

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

Color convert

RGB 5 138 219 -
CMYK 0.98 0.37 0 0.14
HSL 202.71º 0.96% 0.44% -
HSV(B) 202.71º 0.98% 0.86% -
XYZ 21.94 23.32 70.36 -
YUV 107.47 190.94 54.91 -
System Red Green Blue C M Y K H S L
Decimal 5 138 219 0.98 0.37 0 0.14 202.71 0.96 0.44
Hex 5 8A DB 62 25 0 E CB 60 2C
Octal 5 212 333 142 45 0 16 313 140 54
Binary 101 10001010 11011011 1100010 100101 0 1110 11001011 1100000 101100

Color Harmonies of #058ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058ADB

Black with #058ADB

Text Example


Text Example

White with #058ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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