#7DA3FD

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

Shades of Cornflower Blue #7DA3FD

Tints of Cornflower Blue #7DA3FD

Color information

#7DA3FD (or 0x7DA3FD) is unknown color: approx Cornflower Blue. HEX triplet: 7D, A3 and FD. RGB value is (125,163,253). Sum of RGB (Red+Green+Blue) = 125+163+253=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DA3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA3FD is #825C02. Grayscale: #A1A1A1. Windows color (decimal): -8543235 or 16622461. OLE color: 16622461.

HSL color Cylindrical-coordinate representation of color #7DA3FD: hue angle of 222.19º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DA3FD is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125163253-
CMYK0.510.3600.01
HSL222.19º96.97%74.12%-
HSV(B)222.19º50.59%99.22%-
XYZ39.2837.6598.12-
YUV161.9179.41101.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.11%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=23.11%
G=30.13%
B=46.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251632530.510.3600.01222.1996.9774.12
Hex7DA3FD332401de614a
Octal175243375634401336141112
Binary11111011010001111111101110011100100011101111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DA3FD; }

 p { color: rgb(125,163,253); }

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

<style>
 a { background-color: #7DA3FD; }

 a { background-color: rgb(125,163,253); }

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

<style>
 span { border-color: #7DA3FD; }

 span { border-color: rgb(125,163,253); }

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