Html Css Color HEX #058EDB Pacific Blue

📋 copy color: '#058EDB'

red 5 ◦ green 142 ◦ blue 219

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

Shades of Pacific Blue #058EDB

Tints of Pacific Blue #058EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

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

R = 1.37%
G = 38.8%
B = 59.84%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#058EDB (or 0x058EDB) is known color: Pacific Blue. HEX triplet: 05, 8E and DB. RGB value is (5,142,219). Sum of RGB (Red+Green+Blue) = 5+142+219=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #058EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058EDB is #FA7124. Grayscale: #6D6D6D. Windows color (decimal): -16412965 or 14388741. OLE color: 14388741.

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

Color convert

RGB 5 142 219 -
CMYK 0.98 0.35 0 0.14
HSL 201.59º 0.96% 0.44% -
HSV(B) 201.59º 0.98% 0.86% -
XYZ 22.52 24.49 70.56 -
YUV 109.82 189.61 53.24 -
System Red Green Blue C M Y K H S L
Decimal 5 142 219 0.98 0.35 0 0.14 201.59 0.96 0.44
Hex 5 8E DB 62 23 0 E CA 60 2C
Octal 5 216 333 142 43 0 16 312 140 54
Binary 101 10001110 11011011 1100010 100011 0 1110 11001010 1100000 101100

Color Harmonies of #058EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058EDB

Black with #058EDB

Text Example


Text Example

White with #058EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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