Html Css Color HEX #058BDB Pacific Blue

📋 copy color: '#058BDB'

red 5 ◦ green 139 ◦ blue 219

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

Shades of Pacific Blue #058BDB

Tints of Pacific Blue #058BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

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

R = 1.38%
G = 38.29%
B = 60.33%

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

#058BDB (or 0x058BDB) is known color: Pacific Blue. HEX triplet: 05, 8B and DB. RGB value is (5,139,219). Sum of RGB (Red+Green+Blue) = 5+139+219=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #058BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BDB is #FA7424. Grayscale: #6B6B6B. Windows color (decimal): -16413733 or 14387973. OLE color: 14387973.

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

Color convert

RGB 5 139 219 -
CMYK 0.98 0.37 0 0.14
HSL 202.43º 0.96% 0.44% -
HSV(B) 202.43º 0.98% 0.86% -
XYZ 22.08 23.61 70.41 -
YUV 108.05 190.61 54.5 -
System Red Green Blue C M Y K H S L
Decimal 5 139 219 0.98 0.37 0 0.14 202.43 0.96 0.44
Hex 5 8B DB 62 25 0 E CA 60 2C
Octal 5 213 333 142 45 0 16 312 140 54
Binary 101 10001011 11011011 1100010 100101 0 1110 11001010 1100000 101100

Color Harmonies of #058BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058BDB

Black with #058BDB

Text Example


Text Example

White with #058BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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