#5483F1

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

Shades of Cornflower Blue #5483F1

Tints of Cornflower Blue #5483F1

Color information

#5483F1 (or 0x5483F1) is unknown color: approx Cornflower Blue. HEX triplet: 54, 83 and F1. RGB value is (84,131,241). Sum of RGB (Red+Green+Blue) = 84+131+241=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #5483F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5483F1 is #AB7C0E. Grayscale: #818181. Windows color (decimal): -11238415 or 15827796. OLE color: 15827796.

HSL color Cylindrical-coordinate representation of color #5483F1: hue angle of 222.04º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5483F1 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84131241-
CMYK0.650.4600.05
HSL222.04º84.86%63.73%-
HSV(B)222.04º65.15%94.51%-
XYZ27.6524.4786.48-
YUV129.49190.9395.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.42%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 241 (94.53% from 255) = 52.85%
R=18.42%
G=28.73%
B=52.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841312410.650.4600.05222.0484.8663.73
Hex5483F1412E05de5540
Octal1242033611015605336125100
Binary10101001000001111110001100000110111001011101111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5483F1; }

 p { color: rgb(84,131,241); }

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

<style>
 a { background-color: #5483F1; }

 a { background-color: rgb(84,131,241); }

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

<style>
 span { border-color: #5483F1; }

 span { border-color: rgb(84,131,241); }

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