#53A5FD

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

Shades of Cornflower Blue #53A5FD

Tints of Cornflower Blue #53A5FD

Color information

#53A5FD (or 0x53A5FD) is unknown color: approx Cornflower Blue. HEX triplet: 53, A5 and FD. RGB value is (83,165,253). Sum of RGB (Red+Green+Blue) = 83+165+253=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #53A5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A5FD is #AC5A02. Grayscale: #969696. Windows color (decimal): -11295235 or 16622931. OLE color: 16622931.

HSL color Cylindrical-coordinate representation of color #53A5FD: hue angle of 211.06º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53A5FD is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB83165253-
CMYK0.670.3500.01
HSL211.06º97.7%65.88%-
HSV(B)211.06º67.19%99.22%-
XYZ34.7535.8498.01-
YUV150.51185.8379.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.57%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=16.57%
G=32.93%
B=50.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal831652530.670.3500.01211.0697.765.88
Hex53A5FD432301d36242
Octal1232453751034301323142102
Binary101001110100101111111011000011100011011101001111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A5FD; }

 p { color: rgb(83,165,253); }

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

<style>
 a { background-color: #53A5FD; }

 a { background-color: rgb(83,165,253); }

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

<style>
 span { border-color: #53A5FD; }

 span { border-color: rgb(83,165,253); }

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