#55A7F7

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

Shades of Cornflower Blue #55A7F7

Tints of Cornflower Blue #55A7F7

Color information

#55A7F7 (or 0x55A7F7) is unknown color: approx Cornflower Blue. HEX triplet: 55, A7 and F7. RGB value is (85,167,247). Sum of RGB (Red+Green+Blue) = 85+167+247=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #55A7F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A7F7 is #AA5808. Grayscale: #979797. Windows color (decimal): -11163657 or 16230229. OLE color: 16230229.

HSL color Cylindrical-coordinate representation of color #55A7F7: hue angle of 209.63º 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 #55A7F7 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB85167247-
CMYK0.660.3200.03
HSL209.63º91.01%65.1%-
HSV(B)209.63º65.59%96.86%-
XYZ34.3536.2893.19-
YUV151.6181.8380.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.03%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 247 (96.88% from 255) = 49.50%
R=17.03%
G=33.47%
B=49.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal851672470.660.3200.03209.6391.0165.1
Hex55A7F7422003d25b41
Octal1252473671024003322133101
Binary1010101101001111111011110000101000000111101001010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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