#5384FC

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

Shades of Cornflower Blue #5384FC

Tints of Cornflower Blue #5384FC

Color information

#5384FC (or 0x5384FC) is unknown color: approx Cornflower Blue. HEX triplet: 53, 84 and FC. RGB value is (83,132,252). Sum of RGB (Red+Green+Blue) = 83+132+252=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 132 (51.95% from 255 or 28.27% 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 #5384FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5384FC is #AC7B03. Grayscale: #828282. Windows color (decimal): -11303684 or 16548947. OLE color: 16548947.

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

Color convert

RGB83132252-
CMYK0.670.4800.01
HSL222.6º96.57%65.69%-
HSV(B)222.6º67.06%98.82%-
XYZ29.3925.3795.44-
YUV131.03196.2793.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.77%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 252 (98.83% from 255) = 53.96%
R=17.77%
G=28.27%
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
Decimal831322520.670.4800.01222.696.5765.69
Hex5384FC433001df6142
Octal1232043741036001337141102
Binary101001110000100111111001000011110000011101111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5384FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,132,252); }

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

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

 a { background-color: rgb(83,132,252); }

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

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

 span { border-color: rgb(83,132,252); }

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