Html Css Color HEX #499AF8 Cornflower Blue

📋 copy color: '#499AF8'

red 73 ◦ green 154 ◦ blue 248

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

Shades of Cornflower Blue #499AF8

Tints of Cornflower Blue #499AF8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.42%

 BLUE value IS 248 (97.27% from 255) = 52.21%

R = 15.37%
G = 32.42%
B = 52.21%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#499AF8 (or 0x499AF8) is known color: Cornflower Blue. HEX triplet: 49, 9A and F8. RGB value is (73,154,248). Sum of RGB (Red+Green+Blue) = 73+154+248=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #499AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499AF8 is #B66507. Grayscale: #8C8C8C. Windows color (decimal): -11953416 or 16292425. OLE color: 16292425.

HSL color Cylindrical-coordinate representation of color #499AF8: hue angle of 212.23º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499AF8 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 154 248 -
CMYK 0.71 0.38 0 0.03
HSL 212.23º 0.93% 0.63% -
HSV(B) 212.23º 0.71% 0.97% -
XYZ 31.25 31.3 93.2 -
YUV 140.5 188.66 79.86 -
System Red Green Blue C M Y K H S L
Decimal 73 154 248 0.71 0.38 0 0.03 212.23 0.93 0.63
Hex 49 9A F8 47 26 0 3 D4 5D 3F
Octal 111 232 370 107 46 0 3 324 135 77
Binary 1001001 10011010 11111000 1000111 100110 0 11 11010100 1011101 111111

Color Harmonies of #499AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499AF8

Black with #499AF8

Text Example


Text Example

White with #499AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,154,248); }

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

background-color css

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

 a { background-color: rgb(73,154,248); }

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

border-color css

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

 span { border-color: rgb(73,154,248); }

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