#5DADFA

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

Shades of Cornflower Blue #5DADFA

Tints of Cornflower Blue #5DADFA

Color information

#5DADFA (or 0x5DADFA) is unknown color: approx Cornflower Blue. HEX triplet: 5D, AD and FA. RGB value is (93,173,250). Sum of RGB (Red+Green+Blue) = 93+173+250=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DADFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADFA is #A25205. Grayscale: #9D9D9D. Windows color (decimal): -10637830 or 16428381. OLE color: 16428381.

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

Color convert

RGB93173250-
CMYK0.630.3100.02
HSL209.43º94.01%67.25%-
HSV(B)209.43º62.8%98.04%-
XYZ36.7139.1296.06-
YUV157.8618081.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.02%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=18.02%
G=33.53%
B=48.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal931732500.630.3100.02209.4394.0167.25
Hex5DADFA3F1F02d15e43
Octal135255372773702321136103
Binary10111011010110111111010111111111110101101000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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