#5DA7FD

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

Shades of Cornflower Blue #5DA7FD

Tints of Cornflower Blue #5DA7FD

Color information

#5DA7FD (or 0x5DA7FD) is unknown color: approx Cornflower Blue. HEX triplet: 5D, A7 and FD. RGB value is (93,167,253). Sum of RGB (Red+Green+Blue) = 93+167+253=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DA7FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA7FD is #A25802. Grayscale: #9A9A9A. Windows color (decimal): -10639363 or 16623453. OLE color: 16623453.

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

Color convert

RGB93167253-
CMYK0.630.3400.01
HSL212.25º97.56%67.84%-
HSV(B)212.25º63.24%99.22%-
XYZ36.0637.0698.18-
YUV154.68183.4884.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.13%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=18.13%
G=32.55%
B=49.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal931672530.630.3400.01212.2597.5667.84
Hex5DA7FD3F2201d46244
Octal135247375774201324142104
Binary10111011010011111111101111111100010011101010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,167,253); }

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

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

 a { background-color: rgb(93,167,253); }

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

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

 span { border-color: rgb(93,167,253); }

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