Html Css Color HEX #499CFE Cornflower Blue

📋 copy color: '#499CFE'

red 73 ◦ green 156 ◦ blue 254

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

Shades of Cornflower Blue #499CFE

Tints of Cornflower Blue #499CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 15.11%
G = 32.3%
B = 52.59%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#499CFE (or 0x499CFE) is known color: Cornflower Blue. HEX triplet: 49, 9C and FE. RGB value is (73,156,254). Sum of RGB (Red+Green+Blue) = 73+156+254=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #499CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CFE is #B66301. Grayscale: #8D8D8D. Windows color (decimal): -11952898 or 16686153. OLE color: 16686153.

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

Color convert

RGB 73 156 254 -
CMYK 0.71 0.39 0 0.00
HSL 212.49º 0.99% 0.64% -
HSV(B) 212.49º 0.71% 1% -
XYZ 32.53 32.35 98.3 -
YUV 142.36 191 78.53 -
System Red Green Blue C M Y K H S L
Decimal 73 156 254 0.71 0.39 0 0.00 212.49 0.99 0.64
Hex 49 9C FE 47 27 0 0 D4 63 40
Octal 111 234 376 107 47 0 0 324 143 100
Binary 1001001 10011100 11111110 1000111 100111 0 0 11010100 1100011 1000000

Color Harmonies of #499CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CFE

Black with #499CFE

Text Example


Text Example

White with #499CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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