Html Css Color HEX #7D99FE Cornflower Blue

📋 copy color: '#7D99FE'

red 125 ◦ green 153 ◦ blue 254

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

Shades of Cornflower Blue #7D99FE

Tints of Cornflower Blue #7D99FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.76%

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

R = 23.5%
G = 28.76%
B = 47.74%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7D99FE (or 0x7D99FE) is known color: Cornflower Blue. HEX triplet: 7D, 99 and FE. RGB value is (125,153,254). Sum of RGB (Red+Green+Blue) = 125+153+254=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D99FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D99FE is #826601. Grayscale: #9B9B9B. Windows color (decimal): -8545794 or 16685437. OLE color: 16685437.

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

Color convert

RGB 125 153 254 -
CMYK 0.51 0.40 0 0.00
HSL 226.98º 0.98% 0.74% -
HSV(B) 226.98º 0.51% 1% -
XYZ 37.74 34.3 98.4 -
YUV 156.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 125 153 254 0.51 0.40 0 0.00 226.98 0.98 0.74
Hex 7D 99 FE 33 28 0 0 E3 62 4A
Octal 175 231 376 63 50 0 0 343 142 112
Binary 1111101 10011001 11111110 110011 101000 0 0 11100011 1100010 1001010

Color Harmonies of #7D99FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D99FE

Black with #7D99FE

Text Example


Text Example

White with #7D99FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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