Html Css Color HEX #499EFE Cornflower Blue

📋 copy color: '#499EFE'

red 73 ◦ green 158 ◦ blue 254

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

Shades of Cornflower Blue #499EFE

Tints of Cornflower Blue #499EFE

RGB

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

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

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

R = 15.05%
G = 32.58%
B = 52.37%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#499EFE (or 0x499EFE) is known color: Cornflower Blue. HEX triplet: 49, 9E and FE. RGB value is (73,158,254). Sum of RGB (Red+Green+Blue) = 73+158+254=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #499EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EFE is #B66101. Grayscale: #8F8F8F. Windows color (decimal): -11952386 or 16686665. OLE color: 16686665.

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

Color convert

RGB 73 158 254 -
CMYK 0.71 0.38 0 0.00
HSL 211.82º 0.99% 0.64% -
HSV(B) 211.82º 0.71% 1% -
XYZ 32.86 33.03 98.41 -
YUV 143.53 190.34 77.69 -
System Red Green Blue C M Y K H S L
Decimal 73 158 254 0.71 0.38 0 0.00 211.82 0.99 0.64
Hex 49 9E FE 47 26 0 0 D4 63 40
Octal 111 236 376 107 46 0 0 324 143 100
Binary 1001001 10011110 11111110 1000111 100110 0 0 11010100 1100011 1000000

Color Harmonies of #499EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EFE

Black with #499EFE

Text Example


Text Example

White with #499EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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