#58A9FF

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

Shades of Cornflower Blue #58A9FF

Tints of Cornflower Blue #58A9FF

Color information

#58A9FF (or 0x58A9FF) is unknown color: approx Cornflower Blue. HEX triplet: 58, A9 and FF. RGB value is (88,169,255). Sum of RGB (Red+Green+Blue) = 88+169+255=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #58A9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A9FF is #A75600. Grayscale: #9A9A9A. Windows color (decimal): -10966529 or 16755032. OLE color: 16755032.

HSL color Cylindrical-coordinate representation of color #58A9FF: hue angle of 210.9º 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 #58A9FF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB88169255-
CMYK0.650.3400
HSL210.9º100%67.25%-
HSV(B)210.9º65.49%100%-
XYZ36.2637.6799.97-
YUV154.58184.6680.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.19%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 255 (100% from 255) = 49.80%
R=17.19%
G=33.01%
B=49.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal881692550.650.3400210.910067.25
Hex58A9FF412200d36443
Octal1302513771014200323144103
Binary101100010101001111111111000001100010001101001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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