Html Css Color HEX #7D9FFF Cornflower Blue

📋 copy color: '#7D9FFF'

red 125 ◦ green 159 ◦ blue 255

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

Shades of Cornflower Blue #7D9FFF

Tints of Cornflower Blue #7D9FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 23.19%
G = 29.5%
B = 47.31%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D9FFF (or 0x7D9FFF) is known color: Cornflower Blue. HEX triplet: 7D, 9F and FF. RGB value is (125,159,255). Sum of RGB (Red+Green+Blue) = 125+159+255=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D9FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9FFF is #826000. Grayscale: #9F9F9F. Windows color (decimal): -8544257 or 16752509. OLE color: 16752509.

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

Color convert

RGB 125 159 255 -
CMYK 0.51 0.38 0 0
HSL 224.31º 1% 0.75% -
HSV(B) 224.31º 0.51% 1% -
XYZ 38.91 36.38 99.58 -
YUV 159.78 181.74 103.19 -
System Red Green Blue C M Y K H S L
Decimal 125 159 255 0.51 0.38 0 0 224.31 1 0.75
Hex 7D 9F FF 33 26 0 0 E0 64 4B
Octal 175 237 377 63 46 0 0 340 144 113
Binary 1111101 10011111 11111111 110011 100110 0 0 11100000 1100100 1001011

Color Harmonies of #7D9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FFF

Black with #7D9FFF

Text Example


Text Example

White with #7D9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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