#5285F3

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

Shades of Cornflower Blue #5285F3

Tints of Cornflower Blue #5285F3

Color information

#5285F3 (or 0x5285F3) is unknown color: approx Cornflower Blue. HEX triplet: 52, 85 and F3. RGB value is (82,133,243). Sum of RGB (Red+Green+Blue) = 82+133+243=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 243 (95.31% from 255 or 53.06% from 458); Max value from RGB is 243 - color contains mainly: blue. Hex color #5285F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5285F3 is #AD7A0C. Grayscale: #818181. Windows color (decimal): -11368973 or 15959378. OLE color: 15959378.

HSL color Cylindrical-coordinate representation of color #5285F3: hue angle of 220.99º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5285F3 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB82133243-
CMYK0.660.4500.05
HSL220.99º87.03%63.73%-
HSV(B)220.99º66.26%95.29%-
XYZ28.0425.0488.15-
YUV130.29191.693.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.90%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 243 (95.31% from 255) = 53.06%
R=17.90%
G=29.04%
B=53.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal821332430.660.4500.05220.9987.0363.73
Hex5285F3422D05dd5740
Octal1222053631025505335127100
Binary10100101000010111110011100001010110101011101110110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5285F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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