#5483FC

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

Shades of Cornflower Blue #5483FC

Tints of Cornflower Blue #5483FC

Color information

#5483FC (or 0x5483FC) is unknown color: approx Cornflower Blue. HEX triplet: 54, 83 and FC. RGB value is (84,131,252). Sum of RGB (Red+Green+Blue) = 84+131+252=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #5483FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5483FC is #AB7C03. Grayscale: #828282. Windows color (decimal): -11238404 or 16548692. OLE color: 16548692.

HSL color Cylindrical-coordinate representation of color #5483FC: hue angle of 223.21º degrees, saturation: 0.97, 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 #5483FC is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84131252-
CMYK0.670.4800.01
HSL223.21º96.55%65.88%-
HSV(B)223.21º66.67%98.82%-
XYZ29.3425.1595.4-
YUV130.74196.4394.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.99%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 252 (98.83% from 255) = 53.96%
R=17.99%
G=28.05%
B=53.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal841312520.670.4800.01223.2196.5565.88
Hex5483FC433001df6142
Octal1242033741036001337141102
Binary101010010000011111111001000011110000011101111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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