#55A7F5

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

Shades of Cornflower Blue #55A7F5

Tints of Cornflower Blue #55A7F5

Color information

#55A7F5 (or 0x55A7F5) is unknown color: approx Cornflower Blue. HEX triplet: 55, A7 and F5. RGB value is (85,167,245). Sum of RGB (Red+Green+Blue) = 85+167+245=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #55A7F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A7F5 is #AA580A. Grayscale: #969696. Windows color (decimal): -11163659 or 16099157. OLE color: 16099157.

HSL color Cylindrical-coordinate representation of color #55A7F5: hue angle of 209.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55A7F5 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB85167245-
CMYK0.650.3200.04
HSL209.25º88.89%64.71%-
HSV(B)209.25º65.31%96.08%-
XYZ34.0536.1691.57-
YUV151.37180.8380.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.10%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 245 (96.09% from 255) = 49.30%
R=17.10%
G=33.60%
B=49.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal851672450.650.3200.04209.2588.8964.71
Hex55A7F5412004d15941
Octal1252473651014004321131101
Binary10101011010011111110101100000110000001001101000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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