#5285F5

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

Shades of Cornflower Blue #5285F5

Tints of Cornflower Blue #5285F5

Color information

#5285F5 (or 0x5285F5) is unknown color: approx Cornflower Blue. HEX triplet: 52, 85 and F5. RGB value is (82,133,245). Sum of RGB (Red+Green+Blue) = 82+133+245=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #5285F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5285F5 is #AD7A0A. Grayscale: #828282. Windows color (decimal): -11368971 or 16090450. OLE color: 16090450.

HSL color Cylindrical-coordinate representation of color #5285F5: hue angle of 221.23º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5285F5 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB82133245-
CMYK0.670.4600.04
HSL221.23º89.07%64.12%-
HSV(B)221.23º66.53%96.08%-
XYZ28.3525.1689.75-
YUV130.52192.693.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.83%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 245 (96.09% from 255) = 53.26%
R=17.83%
G=28.91%
B=53.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal821332450.670.4600.04221.2389.0764.12
Hex5285F5432E04dd5940
Octal1222053651035604335131100
Binary10100101000010111110101100001110111001001101110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5285F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5285F5; }

 p { color: rgb(82,133,245); }

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

<style>
 a { background-color: #5285F5; }

 a { background-color: rgb(82,133,245); }

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

<style>
 span { border-color: #5285F5; }

 span { border-color: rgb(82,133,245); }

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