Html Css Color HEX #7D9EFF Cornflower Blue

📋 copy color: '#7D9EFF'

red 125 ◦ green 158 ◦ blue 255

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

Shades of Cornflower Blue #7D9EFF

Tints of Cornflower Blue #7D9EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.37%

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

R = 23.23%
G = 29.37%
B = 47.4%

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

#7D9EFF (or 0x7D9EFF) is known color: Cornflower Blue. HEX triplet: 7D, 9E and FF. RGB value is (125,158,255). Sum of RGB (Red+Green+Blue) = 125+158+255=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D9EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9EFF is #826100. Grayscale: #9E9E9E. Windows color (decimal): -8544513 or 16752253. OLE color: 16752253.

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

Color convert

RGB 125 158 255 -
CMYK 0.51 0.38 0 0
HSL 224.77º 1% 0.75% -
HSV(B) 224.77º 0.51% 1% -
XYZ 38.73 36.03 99.52 -
YUV 159.19 182.07 103.61 -
System Red Green Blue C M Y K H S L
Decimal 125 158 255 0.51 0.38 0 0 224.77 1 0.75
Hex 7D 9E FF 33 26 0 0 E1 64 4B
Octal 175 236 377 63 46 0 0 341 144 113
Binary 1111101 10011110 11111111 110011 100110 0 0 11100001 1100100 1001011

Color Harmonies of #7D9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9EFF

Black with #7D9EFF

Text Example


Text Example

White with #7D9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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