#7DA2FE

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

Shades of Cornflower Blue #7DA2FE

Tints of Cornflower Blue #7DA2FE

Color information

#7DA2FE (or 0x7DA2FE) is unknown color: approx Cornflower Blue. HEX triplet: 7D, A2 and FE. RGB value is (125,162,254). Sum of RGB (Red+Green+Blue) = 125+162+254=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DA2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA2FE is #825D01. Grayscale: #A1A1A1. Windows color (decimal): -8543490 or 16687741. OLE color: 16687741.

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

Color convert

RGB125162254-
CMYK0.510.3600.00
HSL222.79º98.47%74.31%-
HSV(B)222.79º50.79%99.61%-
XYZ39.2737.3698.91-
YUV161.42180.24102.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.11%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=23.11%
G=29.94%
B=46.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251622540.510.3600.00222.7998.4774.31
Hex7DA2FE332400df624a
Octal175242376634400337142112
Binary11111011010001011111110110011100100001101111111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,162,254); }

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

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

 a { background-color: rgb(125,162,254); }

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

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

 span { border-color: rgb(125,162,254); }

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