#5281FD

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

Shades of Cornflower Blue #5281FD

Tints of Cornflower Blue #5281FD

Color information

#5281FD (or 0x5281FD) is unknown color: approx Cornflower Blue. HEX triplet: 52, 81 and FD. RGB value is (82,129,253). Sum of RGB (Red+Green+Blue) = 82+129+253=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #5281FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5281FD is #AD7E02. Grayscale: #808080. Windows color (decimal): -11369987 or 16613714. OLE color: 16613714.

HSL color Cylindrical-coordinate representation of color #5281FD: hue angle of 223.51º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5281FD is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB82129253-
CMYK0.680.4900.01
HSL223.51º97.71%65.69%-
HSV(B)223.51º67.59%99.22%-
XYZ29.0624.5996.14-
YUV129.08197.9394.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.67%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 253 (99.22% from 255) = 54.53%
R=17.67%
G=27.80%
B=54.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal821292530.680.4900.01223.5197.7165.69
Hex5281FD443101e06242
Octal1222013751046101340142102
Binary101001010000001111111011000100110001011110000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5281FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5281FD; }

 p { color: rgb(82,129,253); }

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

<style>
 a { background-color: #5281FD; }

 a { background-color: rgb(82,129,253); }

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

<style>
 span { border-color: #5281FD; }

 span { border-color: rgb(82,129,253); }

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