Html Css Color HEX #499FF1 Cornflower Blue

📋 copy color: '#499FF1'

red 73 ◦ green 159 ◦ blue 241

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

Shades of Cornflower Blue #499FF1

Tints of Cornflower Blue #499FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.95%

R = 15.43%
G = 33.62%
B = 50.95%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#499FF1 (or 0x499FF1) is known color: Cornflower Blue. HEX triplet: 49, 9F and F1. RGB value is (73,159,241). Sum of RGB (Red+Green+Blue) = 73+159+241=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #499FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FF1 is #B6600E. Grayscale: #8E8E8E. Windows color (decimal): -11952143 or 15834953. OLE color: 15834953.

HSL color Cylindrical-coordinate representation of color #499FF1: hue angle of 209.29º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #499FF1 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 159 241 -
CMYK 0.70 0.34 0 0.05
HSL 209.29º 0.86% 0.62% -
HSV(B) 209.29º 0.7% 0.95% -
XYZ 31.02 32.56 87.87 -
YUV 142.63 183.51 78.33 -
System Red Green Blue C M Y K H S L
Decimal 73 159 241 0.70 0.34 0 0.05 209.29 0.86 0.62
Hex 49 9F F1 46 22 0 5 D1 56 3E
Octal 111 237 361 106 42 0 5 321 126 76
Binary 1001001 10011111 11110001 1000110 100010 0 101 11010001 1010110 111110

Color Harmonies of #499FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FF1

Black with #499FF1

Text Example


Text Example

White with #499FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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