Html Css Color HEX #058DDB Pacific Blue

📋 copy color: '#058DDB'

red 5 ◦ green 141 ◦ blue 219

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

Shades of Pacific Blue #058DDB

Tints of Pacific Blue #058DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

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

R = 1.37%
G = 38.63%
B = 60%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#058DDB (or 0x058DDB) is known color: Pacific Blue. HEX triplet: 05, 8D and DB. RGB value is (5,141,219). Sum of RGB (Red+Green+Blue) = 5+141+219=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #058DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DDB is #FA7224. Grayscale: #6C6C6C. Windows color (decimal): -16413221 or 14388485. OLE color: 14388485.

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

Color convert

RGB 5 141 219 -
CMYK 0.98 0.36 0 0.14
HSL 201.87º 0.96% 0.44% -
HSV(B) 201.87º 0.98% 0.86% -
XYZ 22.37 24.2 70.51 -
YUV 109.23 189.94 53.66 -
System Red Green Blue C M Y K H S L
Decimal 5 141 219 0.98 0.36 0 0.14 201.87 0.96 0.44
Hex 5 8D DB 62 24 0 E CA 60 2C
Octal 5 215 333 142 44 0 16 312 140 54
Binary 101 10001101 11011011 1100010 100100 0 1110 11001010 1100000 101100

Color Harmonies of #058DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058DDB

Black with #058DDB

Text Example


Text Example

White with #058DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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