#55A3F5

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

Shades of Cornflower Blue #55A3F5

Tints of Cornflower Blue #55A3F5

Color information

#55A3F5 (or 0x55A3F5) is unknown color: approx Cornflower Blue. HEX triplet: 55, A3 and F5. RGB value is (85,163,245). Sum of RGB (Red+Green+Blue) = 85+163+245=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #55A3F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A3F5 is #AA5C0A. Grayscale: #949494. Windows color (decimal): -11164683 or 16098133. OLE color: 16098133.

HSL color Cylindrical-coordinate representation of color #55A3F5: hue angle of 210.75º 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 #55A3F5 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB85163245-
CMYK0.650.3300.04
HSL210.75º88.89%64.71%-
HSV(B)210.75º65.31%96.08%-
XYZ33.3234.7291.33-
YUV149.03182.1682.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.24%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 245 (96.09% from 255) = 49.70%
R=17.24%
G=33.06%
B=49.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal851632450.650.3300.04210.7588.8964.71
Hex55A3F5412104d35941
Octal1252433651014104323131101
Binary10101011010001111110101100000110000101001101001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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