Html Css Color HEX #499FFE Cornflower Blue

📋 copy color: '#499FFE'

red 73 ◦ green 159 ◦ blue 254

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

Shades of Cornflower Blue #499FFE

Tints of Cornflower Blue #499FFE

RGB

 RED value IS 73 (28.91% from 255) = 15.02%

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

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

R = 15.02%
G = 32.72%
B = 52.26%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#499FFE (or 0x499FFE) is known color: Cornflower Blue. HEX triplet: 49, 9F and FE. RGB value is (73,159,254). Sum of RGB (Red+Green+Blue) = 73+159+254=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #499FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FFE is #B66001. Grayscale: #8F8F8F. Windows color (decimal): -11952130 or 16686921. OLE color: 16686921.

HSL color Cylindrical-coordinate representation of color #499FFE: hue angle of 211.49º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499FFE is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 159 254 -
CMYK 0.71 0.37 0 0.00
HSL 211.49º 0.99% 0.64% -
HSV(B) 211.49º 0.71% 1% -
XYZ 33.04 33.37 98.47 -
YUV 144.12 190.01 77.28 -
System Red Green Blue C M Y K H S L
Decimal 73 159 254 0.71 0.37 0 0.00 211.49 0.99 0.64
Hex 49 9F FE 47 25 0 0 D3 63 40
Octal 111 237 376 107 45 0 0 323 143 100
Binary 1001001 10011111 11111110 1000111 100101 0 0 11010011 1100011 1000000

Color Harmonies of #499FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FFE

Black with #499FFE

Text Example


Text Example

White with #499FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499FFE; }

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

 H1.HeaderClassName
 {
   color: #499FFE;
 }
 .AnyTagClassName
 {
   color: #499FFE;
 }
</style>

background-color css

<style>
 a { background-color: #499FFE; }

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

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

border-color css

<style>
 span { border-color: #499FFE; }

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

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