Html Css Color HEX #058CCD Pacific Blue

📋 copy color: '#058CCD'

red 5 ◦ green 140 ◦ blue 205

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

Shades of Pacific Blue #058CCD

Tints of Pacific Blue #058CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40%

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

R = 1.43%
G = 40%
B = 58.57%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#058CCD (or 0x058CCD) is known color: Pacific Blue. HEX triplet: 05, 8C and CD. RGB value is (5,140,205). Sum of RGB (Red+Green+Blue) = 5+140+205=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #058CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CCD is #FA7332. Grayscale: #6A6A6A. Windows color (decimal): -16413491 or 13470725. OLE color: 13470725.

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

Color convert

RGB 5 140 205 -
CMYK 0.98 0.32 0 0.20
HSL 199.5º 0.95% 0.41% -
HSV(B) 199.5º 0.98% 0.8% -
XYZ 20.46 23.2 61.16 -
YUV 107.05 183.27 55.21 -
System Red Green Blue C M Y K H S L
Decimal 5 140 205 0.98 0.32 0 0.20 199.5 0.95 0.41
Hex 5 8C CD 62 20 0 14 C8 5F 29
Octal 5 214 315 142 40 0 24 310 137 51
Binary 101 10001100 11001101 1100010 100000 0 10100 11001000 1011111 101001

Color Harmonies of #058CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CCD

Black with #058CCD

Text Example


Text Example

White with #058CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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