#5D97FA

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

Shades of Cornflower Blue #5D97FA

Tints of Cornflower Blue #5D97FA

Color information

#5D97FA (or 0x5D97FA) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 97 and FA. RGB value is (93,151,250). Sum of RGB (Red+Green+Blue) = 93+151+250=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D97FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D97FA is #A26805. Grayscale: #909090. Windows color (decimal): -10643462 or 16422749. OLE color: 16422749.

HSL color Cylindrical-coordinate representation of color #5D97FA: hue angle of 217.83º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D97FA is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB93151250-
CMYK0.630.4000.02
HSL217.83º94.01%67.25%-
HSV(B)217.83º62.8%98.04%-
XYZ32.8431.3694.77-
YUV144.94187.2890.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.83%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 250 (98.05% from 255) = 50.61%
R=18.83%
G=30.57%
B=50.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal931512500.630.4000.02217.8394.0167.25
Hex5D97FA3F2802da5e43
Octal135227372775002332136103
Binary101110110010111111110101111111010000101101101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,151,250); }

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

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

 a { background-color: rgb(93,151,250); }

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

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

 span { border-color: rgb(93,151,250); }

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