Html Css Color HEX #499DFC Cornflower Blue

📋 copy color: '#499DFC'

red 73 ◦ green 157 ◦ blue 252

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

Shades of Cornflower Blue #499DFC

Tints of Cornflower Blue #499DFC

RGB

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

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

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

R = 15.15%
G = 32.57%
B = 52.28%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#499DFC (or 0x499DFC) is known color: Cornflower Blue. HEX triplet: 49, 9D and FC. RGB value is (73,157,252). Sum of RGB (Red+Green+Blue) = 73+157+252=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #499DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499DFC is #B66203. Grayscale: #8E8E8E. Windows color (decimal): -11952644 or 16555337. OLE color: 16555337.

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

Color convert

RGB 73 157 252 -
CMYK 0.71 0.38 0 0.01
HSL 211.84º 0.97% 0.64% -
HSV(B) 211.84º 0.71% 0.99% -
XYZ 32.38 32.56 96.67 -
YUV 142.71 189.67 78.28 -
System Red Green Blue C M Y K H S L
Decimal 73 157 252 0.71 0.38 0 0.01 211.84 0.97 0.64
Hex 49 9D FC 47 26 0 1 D4 61 40
Octal 111 235 374 107 46 0 1 324 141 100
Binary 1001001 10011101 11111100 1000111 100110 0 1 11010100 1100001 1000000

Color Harmonies of #499DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DFC

Black with #499DFC

Text Example


Text Example

White with #499DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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