#5D81FD

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

Shades of Cornflower Blue #5D81FD

Tints of Cornflower Blue #5D81FD

Color information

#5D81FD (or 0x5D81FD) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 81 and FD. RGB value is (93,129,253). Sum of RGB (Red+Green+Blue) = 93+129+253=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D81FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D81FD is #A27E02. Grayscale: #838383. Windows color (decimal): -10649091 or 16613725. OLE color: 16613725.

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

Color convert

RGB93129253-
CMYK0.630.4900.01
HSL226.5º97.56%67.84%-
HSV(B)226.5º63.24%99.22%-
XYZ30.0925.1296.19-
YUV132.37196.0799.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.58%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 253 (99.22% from 255) = 53.26%
R=19.58%
G=27.16%
B=53.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal931292530.630.4900.01226.597.5667.84
Hex5D81FD3F3101e26244
Octal135201375776101342142104
Binary10111011000000111111101111111110001011110001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D81FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D81FD; }

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

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

<style>
 a { background-color: #5D81FD; }

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

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

<style>
 span { border-color: #5D81FD; }

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

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