Html Css Color HEX #499BFE Cornflower Blue

📋 copy color: '#499BFE'

red 73 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #499BFE

Tints of Cornflower Blue #499BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.16%

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

R = 15.15%
G = 32.16%
B = 52.7%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#499BFE (or 0x499BFE) is known color: Cornflower Blue. HEX triplet: 49, 9B and FE. RGB value is (73,155,254). Sum of RGB (Red+Green+Blue) = 73+155+254=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #499BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499BFE is #B66401. Grayscale: #8D8D8D. Windows color (decimal): -11953154 or 16685897. OLE color: 16685897.

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

Color convert

RGB 73 155 254 -
CMYK 0.71 0.39 0 0.00
HSL 212.82º 0.99% 0.64% -
HSV(B) 212.82º 0.71% 1% -
XYZ 32.36 32.01 98.24 -
YUV 141.77 191.33 78.95 -
System Red Green Blue C M Y K H S L
Decimal 73 155 254 0.71 0.39 0 0.00 212.82 0.99 0.64
Hex 49 9B FE 47 27 0 0 D5 63 40
Octal 111 233 376 107 47 0 0 325 143 100
Binary 1001001 10011011 11111110 1000111 100111 0 0 11010101 1100011 1000000

Color Harmonies of #499BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BFE

Black with #499BFE

Text Example


Text Example

White with #499BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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