Html Css Color HEX #058DCD Pacific Blue

📋 copy color: '#058DCD'

red 5 ◦ green 141 ◦ blue 205

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

Shades of Pacific Blue #058DCD

Tints of Pacific Blue #058DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 1.42%
G = 40.17%
B = 58.4%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#058DCD (or 0x058DCD) is known color: Pacific Blue. HEX triplet: 05, 8D and CD. RGB value is (5,141,205). Sum of RGB (Red+Green+Blue) = 5+141+205=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #058DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DCD is #FA7232. Grayscale: #6B6B6B. Windows color (decimal): -16413235 or 13470981. OLE color: 13470981.

HSL color Cylindrical-coordinate representation of color #058DCD: hue angle of 199.2º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DCD is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 141 205 -
CMYK 0.98 0.31 0 0.20
HSL 199.2º 0.95% 0.41% -
HSV(B) 199.2º 0.98% 0.8% -
XYZ 20.61 23.49 61.21 -
YUV 107.63 182.94 54.8 -
System Red Green Blue C M Y K H S L
Decimal 5 141 205 0.98 0.31 0 0.20 199.2 0.95 0.41
Hex 5 8D CD 62 1F 0 14 C7 5F 29
Octal 5 215 315 142 37 0 24 307 137 51
Binary 101 10001101 11001101 1100010 11111 0 10100 11000111 1011111 101001

Color Harmonies of #058DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058DCD

Black with #058DCD

Text Example


Text Example

White with #058DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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