Html Css Color HEX #499CFA Cornflower Blue

📋 copy color: '#499CFA'

red 73 ◦ green 156 ◦ blue 250

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

Shades of Cornflower Blue #499CFA

Tints of Cornflower Blue #499CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

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

R = 15.24%
G = 32.57%
B = 52.19%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#499CFA (or 0x499CFA) is known color: Cornflower Blue. HEX triplet: 49, 9C and FA. RGB value is (73,156,250). Sum of RGB (Red+Green+Blue) = 73+156+250=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #499CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CFA is #B66305. Grayscale: #8D8D8D. Windows color (decimal): -11952902 or 16424009. OLE color: 16424009.

HSL color Cylindrical-coordinate representation of color #499CFA: hue angle of 211.86º 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 #499CFA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 156 250 -
CMYK 0.71 0.38 0 0.02
HSL 211.86º 0.95% 0.63% -
HSV(B) 211.86º 0.71% 0.98% -
XYZ 31.89 32.1 94.96 -
YUV 141.9 189 78.86 -
System Red Green Blue C M Y K H S L
Decimal 73 156 250 0.71 0.38 0 0.02 211.86 0.95 0.63
Hex 49 9C FA 47 26 0 2 D4 5F 3F
Octal 111 234 372 107 46 0 2 324 137 77
Binary 1001001 10011100 11111010 1000111 100110 0 10 11010100 1011111 111111

Color Harmonies of #499CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CFA

Black with #499CFA

Text Example


Text Example

White with #499CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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