Html Css Color HEX #499EFC Cornflower Blue

📋 copy color: '#499EFC'

red 73 ◦ green 158 ◦ blue 252

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

Shades of Cornflower Blue #499EFC

Tints of Cornflower Blue #499EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.71%

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 15.11%
G = 32.71%
B = 52.17%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#499EFC (or 0x499EFC) is known color: Cornflower Blue. HEX triplet: 49, 9E and FC. RGB value is (73,158,252). Sum of RGB (Red+Green+Blue) = 73+158+252=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #499EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EFC is #B66103. Grayscale: #8E8E8E. Windows color (decimal): -11952388 or 16555593. OLE color: 16555593.

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

Color convert

RGB 73 158 252 -
CMYK 0.71 0.37 0 0.01
HSL 211.51º 0.97% 0.64% -
HSV(B) 211.51º 0.71% 0.99% -
XYZ 32.55 32.9 96.73 -
YUV 143.3 189.34 77.86 -
System Red Green Blue C M Y K H S L
Decimal 73 158 252 0.71 0.37 0 0.01 211.51 0.97 0.64
Hex 49 9E FC 47 25 0 1 D4 61 40
Octal 111 236 374 107 45 0 1 324 141 100
Binary 1001001 10011110 11111100 1000111 100101 0 1 11010100 1100001 1000000

Color Harmonies of #499EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EFC

Black with #499EFC

Text Example


Text Example

White with #499EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,158,252); }

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

background-color css

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

 a { background-color: rgb(73,158,252); }

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

border-color css

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

 span { border-color: rgb(73,158,252); }

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