#5D90FE

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

Shades of Cornflower Blue #5D90FE

Tints of Cornflower Blue #5D90FE

Color information

#5D90FE (or 0x5D90FE) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 90 and FE. RGB value is (93,144,254). Sum of RGB (Red+Green+Blue) = 93+144+254=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D90FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D90FE is #A26F01. Grayscale: #8C8C8C. Windows color (decimal): -10645250 or 16683101. OLE color: 16683101.

HSL color Cylindrical-coordinate representation of color #5D90FE: hue angle of 220.99º 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 #5D90FE is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB93144254-
CMYK0.630.4300.00
HSL220.99º98.77%68.04%-
HSV(B)220.99º63.39%99.61%-
XYZ32.3829.4397.74-
YUV141.29191.693.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.94%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=18.94%
G=29.33%
B=51.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal931442540.630.4300.00220.9998.7768.04
Hex5D90FE3F2B00dd6344
Octal135220376775300335143104
Binary10111011001000011111110111111101011001101110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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