Html Css Color HEX #7D9FFA Cornflower Blue

📋 copy color: '#7D9FFA'

red 125 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #7D9FFA

Tints of Cornflower Blue #7D9FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.78%

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

R = 23.41%
G = 29.78%
B = 46.82%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D9FFA (or 0x7D9FFA) is known color: Cornflower Blue. HEX triplet: 7D, 9F and FA. RGB value is (125,159,250). Sum of RGB (Red+Green+Blue) = 125+159+250=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D9FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9FFA is #826005. Grayscale: #9E9E9E. Windows color (decimal): -8544262 or 16424829. OLE color: 16424829.

HSL color Cylindrical-coordinate representation of color #7D9FFA: hue angle of 223.68º 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 #7D9FFA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 159 250 -
CMYK 0.50 0.36 0 0.02
HSL 223.68º 0.93% 0.74% -
HSV(B) 223.68º 0.5% 0.98% -
XYZ 38.11 36.06 95.39 -
YUV 159.21 179.24 103.6 -
System Red Green Blue C M Y K H S L
Decimal 125 159 250 0.50 0.36 0 0.02 223.68 0.93 0.74
Hex 7D 9F FA 32 24 0 2 E0 5D 4A
Octal 175 237 372 62 44 0 2 340 135 112
Binary 1111101 10011111 11111010 110010 100100 0 10 11100000 1011101 1001010

Color Harmonies of #7D9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FFA

Black with #7D9FFA

Text Example


Text Example

White with #7D9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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