Html Css Color HEX #058CDA Pacific Blue

📋 copy color: '#058CDA'

red 5 ◦ green 140 ◦ blue 218

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

Shades of Pacific Blue #058CDA

Tints of Pacific Blue #058CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 1.38%
G = 38.57%
B = 60.06%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#058CDA (or 0x058CDA) is known color: Pacific Blue. HEX triplet: 05, 8C and DA. RGB value is (5,140,218). Sum of RGB (Red+Green+Blue) = 5+140+218=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #058CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CDA is #FA7325. Grayscale: #6C6C6C. Windows color (decimal): -16413478 or 14322693. OLE color: 14322693.

HSL color Cylindrical-coordinate representation of color #058CDA: hue angle of 201.97º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058CDA is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 140 218 -
CMYK 0.98 0.36 0 0.15
HSL 201.97º 0.96% 0.44% -
HSV(B) 201.97º 0.98% 0.85% -
XYZ 22.1 23.85 69.77 -
YUV 108.53 189.77 54.16 -
System Red Green Blue C M Y K H S L
Decimal 5 140 218 0.98 0.36 0 0.15 201.97 0.96 0.44
Hex 5 8C DA 62 24 0 F CA 60 2C
Octal 5 214 332 142 44 0 17 312 140 54
Binary 101 10001100 11011010 1100010 100100 0 1111 11001010 1100000 101100

Color Harmonies of #058CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CDA

Black with #058CDA

Text Example


Text Example

White with #058CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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