Html Css Color HEX #499DFF Cornflower Blue

📋 copy color: '#499DFF'

red 73 ◦ green 157 ◦ blue 255

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

Shades of Cornflower Blue #499DFF

Tints of Cornflower Blue #499DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.37%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 15.05%
G = 32.37%
B = 52.58%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#499DFF (or 0x499DFF) is known color: Cornflower Blue. HEX triplet: 49, 9D and FF. RGB value is (73,157,255). Sum of RGB (Red+Green+Blue) = 73+157+255=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #499DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499DFF is #B66200. Grayscale: #8E8E8E. Windows color (decimal): -11952641 or 16751945. OLE color: 16751945.

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

Color convert

RGB 73 157 255 -
CMYK 0.71 0.38 0 0
HSL 212.31º 1% 0.64% -
HSV(B) 212.31º 0.71% 1% -
XYZ 32.85 32.75 99.2 -
YUV 143.06 191.17 78.03 -
System Red Green Blue C M Y K H S L
Decimal 73 157 255 0.71 0.38 0 0 212.31 1 0.64
Hex 49 9D FF 47 26 0 0 D4 64 40
Octal 111 235 377 107 46 0 0 324 144 100
Binary 1001001 10011101 11111111 1000111 100110 0 0 11010100 1100100 1000000

Color Harmonies of #499DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DFF

Black with #499DFF

Text Example


Text Example

White with #499DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,157,255); }

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

background-color css

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

 a { background-color: rgb(73,157,255); }

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

border-color css

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

 span { border-color: rgb(73,157,255); }

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