#5385FC

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

Shades of Cornflower Blue #5385FC

Tints of Cornflower Blue #5385FC

Color information

#5385FC (or 0x5385FC) is unknown color: approx Cornflower Blue. HEX triplet: 53, 85 and FC. RGB value is (83,133,252). Sum of RGB (Red+Green+Blue) = 83+133+252=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #5385FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5385FC is #AC7A03. Grayscale: #838383. Windows color (decimal): -11303428 or 16549203. OLE color: 16549203.

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

Color convert

RGB83133252-
CMYK0.670.4700.01
HSL222.25º96.57%65.69%-
HSV(B)222.25º67.06%98.82%-
XYZ29.5325.6495.49-
YUV131.62195.9493.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.74%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 252 (98.83% from 255) = 53.85%
R=17.74%
G=28.42%
B=53.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal831332520.670.4700.01222.2596.5765.69
Hex5385FC432F01de6142
Octal1232053741035701336141102
Binary101001110000101111111001000011101111011101111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5385FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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