#55A1F1

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

Shades of Cornflower Blue #55A1F1

Tints of Cornflower Blue #55A1F1

Color information

#55A1F1 (or 0x55A1F1) is unknown color: approx Cornflower Blue. HEX triplet: 55, A1 and F1. RGB value is (85,161,241). Sum of RGB (Red+Green+Blue) = 85+161+241=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #55A1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A1F1 is #AA5E0E. Grayscale: #939393. Windows color (decimal): -11165199 or 15835477. OLE color: 15835477.

HSL color Cylindrical-coordinate representation of color #55A1F1: hue angle of 210.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55A1F1 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85161241-
CMYK0.650.3300.05
HSL210.77º84.78%63.92%-
HSV(B)210.77º64.73%94.51%-
XYZ32.3733.7788.03-
YUV147.4180.8283.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.45%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 241 (94.53% from 255) = 49.49%
R=17.45%
G=33.06%
B=49.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851612410.650.3300.05210.7784.7863.92
Hex55A1F1412105d35540
Octal1252413611014105323125100
Binary10101011010000111110001100000110000101011101001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,161,241); }

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

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

 a { background-color: rgb(85,161,241); }

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

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

 span { border-color: rgb(85,161,241); }

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