#5390FD

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

Shades of Cornflower Blue #5390FD

Tints of Cornflower Blue #5390FD

Color information

#5390FD (or 0x5390FD) is unknown color: approx Cornflower Blue. HEX triplet: 53, 90 and FD. RGB value is (83,144,253). Sum of RGB (Red+Green+Blue) = 83+144+253=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #5390FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5390FD is #AC6F02. Grayscale: #898989. Windows color (decimal): -11300611 or 16617555. OLE color: 16617555.

HSL color Cylindrical-coordinate representation of color #5390FD: hue angle of 218.47º 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 #5390FD is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB83144253-
CMYK0.670.4300.01
HSL218.47º97.7%65.88%-
HSV(B)218.47º67.19%99.22%-
XYZ31.2728.8896.85-
YUV138.19192.7988.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.29%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=17.29%
G=30%
B=52.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal831442530.670.4300.01218.4797.765.88
Hex5390FD432B01da6242
Octal1232203751035301332142102
Binary101001110010000111111011000011101011011101101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5390FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5390FD; }

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

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

<style>
 a { background-color: #5390FD; }

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

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

<style>
 span { border-color: #5390FD; }

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

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