Html Css Color HEX #499CEF Cornflower Blue

📋 copy color: '#499CEF'

red 73 ◦ green 156 ◦ blue 239

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

Shades of Cornflower Blue #499CEF

Tints of Cornflower Blue #499CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 15.6%
G = 33.33%
B = 51.07%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#499CEF (or 0x499CEF) is known color: Cornflower Blue. HEX triplet: 49, 9C and EF. RGB value is (73,156,239). Sum of RGB (Red+Green+Blue) = 73+156+239=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #499CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CEF is #B66310. Grayscale: #8C8C8C. Windows color (decimal): -11952913 or 15703113. OLE color: 15703113.

HSL color Cylindrical-coordinate representation of color #499CEF: hue angle of 210º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #499CEF is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 156 239 -
CMYK 0.69 0.35 0 0.06
HSL 210º 0.84% 0.61% -
HSV(B) 210º 0.69% 0.94% -
XYZ 30.22 31.43 86.13 -
YUV 140.65 183.5 79.75 -
System Red Green Blue C M Y K H S L
Decimal 73 156 239 0.69 0.35 0 0.06 210 0.84 0.61
Hex 49 9C EF 45 23 0 6 D2 54 3D
Octal 111 234 357 105 43 0 6 322 124 75
Binary 1001001 10011100 11101111 1000101 100011 0 110 11010010 1010100 111101

Color Harmonies of #499CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CEF

Black with #499CEF

Text Example


Text Example

White with #499CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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