#5D93FE

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

Shades of Cornflower Blue #5D93FE

Tints of Cornflower Blue #5D93FE

Color information

#5D93FE (or 0x5D93FE) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 93 and FE. RGB value is (93,147,254). Sum of RGB (Red+Green+Blue) = 93+147+254=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D93FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D93FE is #A26C01. Grayscale: #8E8E8E. Windows color (decimal): -10644482 or 16683869. OLE color: 16683869.

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

Color convert

RGB93147254-
CMYK0.630.4200.00
HSL219.88º98.77%68.04%-
HSV(B)219.88º63.39%99.61%-
XYZ32.8430.3597.89-
YUV143.05190.6192.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.83%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 254 (99.61% from 255) = 51.42%
R=18.83%
G=29.76%
B=51.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal931472540.630.4200.00219.8898.7768.04
Hex5D93FE3F2A00dc6344
Octal135223376775200334143104
Binary10111011001001111111110111111101010001101110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D93FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,147,254); }

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

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

 a { background-color: rgb(93,147,254); }

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

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

 span { border-color: rgb(93,147,254); }

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