Html Css Color HEX #058DD3 Pacific Blue

📋 copy color: '#058DD3'

red 5 ◦ green 141 ◦ blue 211

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

Shades of Pacific Blue #058DD3

Tints of Pacific Blue #058DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 59.1%

R = 1.4%
G = 39.5%
B = 59.1%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#058DD3 (or 0x058DD3) is known color: Pacific Blue. HEX triplet: 05, 8D and D3. RGB value is (5,141,211). Sum of RGB (Red+Green+Blue) = 5+141+211=357 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 211 (82.81% from 255 or 59.10% from 357); Max value from RGB is 211 - color contains mainly: blue. Hex color #058DD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DD3 is #FA722C. Grayscale: #6B6B6B. Windows color (decimal): -16413229 or 13864197. OLE color: 13864197.

HSL color Cylindrical-coordinate representation of color #058DD3: hue angle of 200.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DD3 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 141 211 -
CMYK 0.98 0.33 0 0.17
HSL 200.39º 0.95% 0.42% -
HSV(B) 200.39º 0.98% 0.83% -
XYZ 21.35 23.79 65.09 -
YUV 108.32 185.94 54.31 -
System Red Green Blue C M Y K H S L
Decimal 5 141 211 0.98 0.33 0 0.17 200.39 0.95 0.42
Hex 5 8D D3 62 21 0 11 C8 5F 2A
Octal 5 215 323 142 41 0 21 310 137 52
Binary 101 10001101 11010011 1100010 100001 0 10001 11001000 1011111 101010

Color Harmonies of #058DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058DD3

Black with #058DD3

Text Example


Text Example

White with #058DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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