#45A1F9

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

Shades of Cornflower Blue #45A1F9

Tints of Cornflower Blue #45A1F9

Color information

#45A1F9 (or 0x45A1F9) is unknown color: approx Cornflower Blue. HEX triplet: 45, A1 and F9. RGB value is (69,161,249). Sum of RGB (Red+Green+Blue) = 69+161+249=479 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.41% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #45A1F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45A1F9 is #BA5E06. Grayscale: #8F8F8F. Windows color (decimal): -12213767 or 16359749. OLE color: 16359749.

HSL color Cylindrical-coordinate representation of color #45A1F9: hue angle of 209.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45A1F9 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB69161249-
CMYK0.720.3500.02
HSL209.33º93.75%62.35%-
HSV(B)209.33º72.29%97.65%-
XYZ32.333.5994.4-
YUV143.52187.5274.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.41%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 249 (97.66% from 255) = 51.98%
R=14.41%
G=33.61%
B=51.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal691612490.720.3500.02209.3393.7562.35
Hex45A1F9482302d15e3e
Octal105241371110430232113676
Binary100010110100001111110011001000100011010110100011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A1F9; }

 p { color: rgb(69,161,249); }

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

<style>
 a { background-color: #45A1F9; }

 a { background-color: rgb(69,161,249); }

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

<style>
 span { border-color: #45A1F9; }

 span { border-color: rgb(69,161,249); }

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