Html Css Color HEX #7DA0FE Cornflower Blue

📋 copy color: '#7DA0FE'

red 125 ◦ green 160 ◦ blue 254

#7DA0FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #7DA0FE

Tints of Cornflower Blue #7DA0FE

RGB

 RED value IS 125 (49.22% from 255) = 23.19%

 GREEN value IS 160 (62.89% from 255) = 29.68%

 BLUE value IS 254 (99.61% from 255) = 47.12%

R = 23.19%
G = 29.68%
B = 47.12%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7DA0FE (or 0x7DA0FE) is known color: Cornflower Blue. HEX triplet: 7D, A0 and FE. RGB value is (125,160,254). Sum of RGB (Red+Green+Blue) = 125+160+254=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DA0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA0FE is #825F01. Grayscale: #9F9F9F. Windows color (decimal): -8544002 or 16687229. OLE color: 16687229.

HSL color Cylindrical-coordinate representation of color #7DA0FE: hue angle of 223.72º 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 #7DA0FE is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 160 254 -
CMYK 0.51 0.37 0 0.00
HSL 223.72º 0.98% 0.74% -
HSV(B) 223.72º 0.51% 1% -
XYZ 38.92 36.66 98.79 -
YUV 160.25 180.9 102.86 -
System Red Green Blue C M Y K H S L
Decimal 125 160 254 0.51 0.37 0 0.00 223.72 0.98 0.74
Hex 7D A0 FE 33 25 0 0 E0 62 4A
Octal 175 240 376 63 45 0 0 340 142 112
Binary 1111101 10100000 11111110 110011 100101 0 0 11100000 1100010 1001010

Color Harmonies of #7DA0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA0FE

Black with #7DA0FE

Text Example


Text Example

White with #7DA0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DA0FE;
 }
 .AnyTagClassName
 {
   color: #7DA0FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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