Html Css Color HEX #058CCF Pacific Blue

📋 copy color: '#058CCF'

red 5 ◦ green 140 ◦ blue 207

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

Shades of Pacific Blue #058CCF

Tints of Pacific Blue #058CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 1.42%
G = 39.77%
B = 58.81%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#058CCF (or 0x058CCF) is known color: Pacific Blue. HEX triplet: 05, 8C and CF. RGB value is (5,140,207). Sum of RGB (Red+Green+Blue) = 5+140+207=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #058CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CCF is #FA7330. Grayscale: #6A6A6A. Windows color (decimal): -16413489 or 13601797. OLE color: 13601797.

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

Color convert

RGB 5 140 207 -
CMYK 0.98 0.32 0 0.19
HSL 199.9º 0.95% 0.42% -
HSV(B) 199.9º 0.98% 0.81% -
XYZ 20.7 23.29 62.44 -
YUV 107.27 184.27 55.05 -
System Red Green Blue C M Y K H S L
Decimal 5 140 207 0.98 0.32 0 0.19 199.9 0.95 0.42
Hex 5 8C CF 62 20 0 13 C8 5F 2A
Octal 5 214 317 142 40 0 23 310 137 52
Binary 101 10001100 11001111 1100010 100000 0 10011 11001000 1011111 101010

Color Harmonies of #058CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CCF

Black with #058CCF

Text Example


Text Example

White with #058CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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