#5283F0

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

Shades of Cornflower Blue #5283F0

Tints of Cornflower Blue #5283F0

Color information

#5283F0 (or 0x5283F0) is unknown color: approx Cornflower Blue. HEX triplet: 52, 83 and F0. RGB value is (82,131,240). Sum of RGB (Red+Green+Blue) = 82+131+240=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #5283F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5283F0 is #AD7C0F. Grayscale: #808080. Windows color (decimal): -11369488 or 15762258. OLE color: 15762258.

HSL color Cylindrical-coordinate representation of color #5283F0: hue angle of 221.39º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5283F0 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB82131240-
CMYK0.660.4500.06
HSL221.39º84.04%63.14%-
HSV(B)221.39º65.83%94.12%-
XYZ27.3224.3285.69-
YUV128.77190.7794.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.10%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 240 (94.14% from 255) = 52.98%
R=18.10%
G=28.92%
B=52.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal821312400.660.4500.06221.3984.0463.14
Hex5283F0422D06dd543f
Octal122203360102550633512477
Binary1010010100000111111000010000101011010110110111011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5283F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5283F0; }

 p { color: rgb(82,131,240); }

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

<style>
 a { background-color: #5283F0; }

 a { background-color: rgb(82,131,240); }

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

<style>
 span { border-color: #5283F0; }

 span { border-color: rgb(82,131,240); }

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