#55A5F7

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

Shades of Cornflower Blue #55A5F7

Tints of Cornflower Blue #55A5F7

Color information

#55A5F7 (or 0x55A5F7) is unknown color: approx Cornflower Blue. HEX triplet: 55, A5 and F7. RGB value is (85,165,247). Sum of RGB (Red+Green+Blue) = 85+165+247=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #55A5F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A5F7 is #AA5A08. Grayscale: #969696. Windows color (decimal): -11164169 or 16229717. OLE color: 16229717.

HSL color Cylindrical-coordinate representation of color #55A5F7: hue angle of 210.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A5F7 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB85165247-
CMYK0.660.3300.03
HSL210.37º91.01%65.1%-
HSV(B)210.37º65.59%96.86%-
XYZ33.9935.5693.07-
YUV150.43182.581.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.10%
GREEN value IS 165 (64.84% from 255) = 33.20%
BLUE value IS 247 (96.88% from 255) = 49.70%
R=17.10%
G=33.20%
B=49.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal851652470.660.3300.03210.3791.0165.1
Hex55A5F7422103d25b41
Octal1252453671024103322133101
Binary1010101101001011111011110000101000010111101001010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A5F7; }

 p { color: rgb(85,165,247); }

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

<style>
 a { background-color: #55A5F7; }

 a { background-color: rgb(85,165,247); }

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

<style>
 span { border-color: #55A5F7; }

 span { border-color: rgb(85,165,247); }

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