#45A3FD

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

Shades of Cornflower Blue #45A3FD

Tints of Cornflower Blue #45A3FD

Color information

#45A3FD (or 0x45A3FD) is unknown color: approx Cornflower Blue. HEX triplet: 45, A3 and FD. RGB value is (69,163,253). Sum of RGB (Red+Green+Blue) = 69+163+253=485 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.23% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #45A3FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45A3FD is #BA5C02. Grayscale: #909090. Windows color (decimal): -12213251 or 16622405. OLE color: 16622405.

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

Color convert

RGB69163253-
CMYK0.730.3600.01
HSL209.35º97.87%63.14%-
HSV(B)209.35º72.73%99.22%-
XYZ33.2834.5597.84-
YUV145.15188.8673.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.23%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 253 (99.22% from 255) = 52.16%
R=14.23%
G=33.61%
B=52.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal691632530.730.3600.01209.3597.8763.14
Hex45A3FD492401d1623f
Octal105243375111440132114277
Binary10001011010001111111101100100110010001110100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,163,253); }

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

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

 a { background-color: rgb(69,163,253); }

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

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

 span { border-color: rgb(69,163,253); }

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