Html Css Color HEX #7D9FFE Cornflower Blue

📋 copy color: '#7D9FFE'

red 125 ◦ green 159 ◦ blue 254

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

Shades of Cornflower Blue #7D9FFE

Tints of Cornflower Blue #7D9FFE

RGB

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

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

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

R = 23.23%
G = 29.55%
B = 47.21%

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

#7D9FFE (or 0x7D9FFE) is known color: Cornflower Blue. HEX triplet: 7D, 9F and FE. RGB value is (125,159,254). Sum of RGB (Red+Green+Blue) = 125+159+254=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D9FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9FFE is #826001. Grayscale: #9F9F9F. Windows color (decimal): -8544258 or 16686973. OLE color: 16686973.

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

Color convert

RGB 125 159 254 -
CMYK 0.51 0.37 0 0.00
HSL 224.19º 0.98% 0.74% -
HSV(B) 224.19º 0.51% 1% -
XYZ 38.74 36.31 98.73 -
YUV 159.66 181.24 103.28 -
System Red Green Blue C M Y K H S L
Decimal 125 159 254 0.51 0.37 0 0.00 224.19 0.98 0.74
Hex 7D 9F FE 33 25 0 0 E0 62 4A
Octal 175 237 376 63 45 0 0 340 142 112
Binary 1111101 10011111 11111110 110011 100101 0 0 11100000 1100010 1001010

Color Harmonies of #7D9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FFE

Black with #7D9FFE

Text Example


Text Example

White with #7D9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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