#58A8FF

Color #58A8FF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #58A8FF

Tints of Cornflower Blue #58A8FF

Color information

#58A8FF (or 0x58A8FF) is unknown color: approx Cornflower Blue. HEX triplet: 58, A8 and FF. RGB value is (88,168,255). Sum of RGB (Red+Green+Blue) = 88+168+255=511 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.22% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #58A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A8FF is #A75700. Grayscale: #999999. Windows color (decimal): -10966785 or 16754776. OLE color: 16754776.

HSL color Cylindrical-coordinate representation of color #58A8FF: hue angle of 211.26º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58A8FF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB88168255-
CMYK0.650.3400
HSL211.26º100%67.25%-
HSV(B)211.26º65.49%100%-
XYZ36.0837.399.91-
YUV15418580.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.22%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 255 (100% from 255) = 49.90%
R=17.22%
G=32.88%
B=49.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal881682550.650.3400211.2610067.25
Hex58A8FF412200d36443
Octal1302503771014200323144103
Binary101100010101000111111111000001100010001101001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58A8FF;
 }
 .AnyTagClassName
 {
   color: #58A8FF;
 }
</style>
background-color css

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

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

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

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

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

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