#5D94FF

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

Shades of Cornflower Blue #5D94FF

Tints of Cornflower Blue #5D94FF

Color information

#5D94FF (or 0x5D94FF) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 94 and FF. RGB value is (93,148,255). Sum of RGB (Red+Green+Blue) = 93+148+255=496 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.75% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D94FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D94FF is #A26B00. Grayscale: #8F8F8F. Windows color (decimal): -10644225 or 16749661. OLE color: 16749661.

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

Color convert

RGB93148255-
CMYK0.640.4200
HSL219.63º100%68.24%-
HSV(B)219.63º63.53%100%-
XYZ33.1530.7398.79-
YUV143.75190.7891.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.75%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 255 (100% from 255) = 51.41%
R=18.75%
G=29.84%
B=51.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal931482550.640.4200219.6310068.24
Hex5D94FF402A00dc6444
Octal1352243771005200334144104
Binary101110110010100111111111000000101010001101110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,148,255); }

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

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

 a { background-color: rgb(93,148,255); }

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

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

 span { border-color: rgb(93,148,255); }

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