#45A1FA

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

Shades of Cornflower Blue #45A1FA

Tints of Cornflower Blue #45A1FA

Color information

#45A1FA (or 0x45A1FA) is unknown color: approx Cornflower Blue. HEX triplet: 45, A1 and FA. RGB value is (69,161,250). Sum of RGB (Red+Green+Blue) = 69+161+250=480 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.38% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #45A1FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45A1FA is #BA5E05. Grayscale: #8F8F8F. Windows color (decimal): -12213766 or 16425285. OLE color: 16425285.

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

Color convert

RGB69161250-
CMYK0.720.3600.02
HSL209.5º94.76%62.55%-
HSV(B)209.5º72.4%98.04%-
XYZ32.4533.6695.23-
YUV143.64188.0274.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.38%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 250 (98.05% from 255) = 52.08%
R=14.38%
G=33.54%
B=52.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal691612500.720.3600.02209.594.7662.55
Hex45A1FA482402d25f3f
Octal105241372110440232213777
Binary100010110100001111110101001000100100010110100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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