Html Css Color HEX #499FFA Cornflower Blue

📋 copy color: '#499FFA'

red 73 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #499FFA

Tints of Cornflower Blue #499FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 15.15%
G = 32.99%
B = 51.87%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#499FFA (or 0x499FFA) is known color: Cornflower Blue. HEX triplet: 49, 9F and FA. RGB value is (73,159,250). Sum of RGB (Red+Green+Blue) = 73+159+250=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #499FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FFA is #B66005. Grayscale: #8F8F8F. Windows color (decimal): -11952134 or 16424777. OLE color: 16424777.

HSL color Cylindrical-coordinate representation of color #499FFA: hue angle of 210.85º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499FFA is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 159 250 -
CMYK 0.71 0.36 0 0.02
HSL 210.85º 0.95% 0.63% -
HSV(B) 210.85º 0.71% 0.98% -
XYZ 32.4 33.11 95.13 -
YUV 143.66 188.01 77.6 -
System Red Green Blue C M Y K H S L
Decimal 73 159 250 0.71 0.36 0 0.02 210.85 0.95 0.63
Hex 49 9F FA 47 24 0 2 D3 5F 3F
Octal 111 237 372 107 44 0 2 323 137 77
Binary 1001001 10011111 11111010 1000111 100100 0 10 11010011 1011111 111111

Color Harmonies of #499FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FFA

Black with #499FFA

Text Example


Text Example

White with #499FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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