Html Css Color HEX #7D9DFA Cornflower Blue

📋 copy color: '#7D9DFA'

red 125 ◦ green 157 ◦ blue 250

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

Shades of Cornflower Blue #7D9DFA

Tints of Cornflower Blue #7D9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.51%

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 23.5%
G = 29.51%
B = 46.99%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D9DFA (or 0x7D9DFA) is known color: Cornflower Blue. HEX triplet: 7D, 9D and FA. RGB value is (125,157,250). Sum of RGB (Red+Green+Blue) = 125+157+250=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D9DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9DFA is #826205. Grayscale: #9D9D9D. Windows color (decimal): -8544774 or 16424317. OLE color: 16424317.

HSL color Cylindrical-coordinate representation of color #7D9DFA: hue angle of 224.64º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D9DFA is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 157 250 -
CMYK 0.50 0.37 0 0.02
HSL 224.64º 0.93% 0.74% -
HSV(B) 224.64º 0.5% 0.98% -
XYZ 37.77 35.38 95.28 -
YUV 158.03 179.9 104.44 -
System Red Green Blue C M Y K H S L
Decimal 125 157 250 0.50 0.37 0 0.02 224.64 0.93 0.74
Hex 7D 9D FA 32 25 0 2 E1 5D 4A
Octal 175 235 372 62 45 0 2 341 135 112
Binary 1111101 10011101 11111010 110010 100101 0 10 11100001 1011101 1001010

Color Harmonies of #7D9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9DFA

Black with #7D9DFA

Text Example


Text Example

White with #7D9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,157,250); }

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

background-color css

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

 a { background-color: rgb(125,157,250); }

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

border-color css

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

 span { border-color: rgb(125,157,250); }

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