Html Css Color HEX #58A8DC Picton Blue

📋 copy color: '#58A8DC'

red 88 ◦ green 168 ◦ blue 220

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

Shades of Picton Blue #58A8DC

Tints of Picton Blue #58A8DC

RGB

 RED value IS 88 (34.77% from 255) = 18.49%

 GREEN value IS 168 (66.02% from 255) = 35.29%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 18.49%
G = 35.29%
B = 46.22%

CMYK

 C value IS 0.6

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58A8DC (or 0x58A8DC) is known color: Picton Blue. HEX triplet: 58, A8 and DC. RGB value is (88,168,220). Sum of RGB (Red+Green+Blue) = 88+168+220=476 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.49% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #58A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8DC is #A75723. Grayscale: #959595. Windows color (decimal): -10966820 or 14461016. OLE color: 14461016.

HSL color Cylindrical-coordinate representation of color #58A8DC: hue angle of 203.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58A8DC is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 168 220 -
CMYK 0.6 0.24 0 0.14
HSL 203.64º 0.65% 0.6% -
HSV(B) 203.64º 0.6% 0.86% -
XYZ 30.95 35.25 72.88 -
YUV 150.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 88 168 220 0.6 0.24 0 0.14 203.64 0.65 0.6
Hex 58 A8 DC 3C 18 0 E CC 41 3C
Octal 130 250 334 74 30 0 16 314 101 74
Binary 1011000 10101000 11011100 111100 11000 0 1110 11001100 1000001 111100

Color Harmonies of #58A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A8DC

Black with #58A8DC

Text Example


Text Example

White with #58A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A8DC; }

 p { color: rgb(88,168,220); }

 H1.HeaderClassName
 {
   color: #58A8DC;
 }
 .AnyTagClassName
 {
   color: #58A8DC;
 }
</style>

background-color css

<style>
 a { background-color: #58A8DC; }

 a { background-color: rgb(88,168,220); }

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

border-color css

<style>
 span { border-color: #58A8DC; }

 span { border-color: rgb(88,168,220); }

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