Html Css Color HEX #499CEA Cornflower Blue

📋 copy color: '#499CEA'

red 73 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #499CEA

Tints of Cornflower Blue #499CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 15.77%
G = 33.69%
B = 50.54%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#499CEA (or 0x499CEA) is known color: Cornflower Blue. HEX triplet: 49, 9C and EA. RGB value is (73,156,234). Sum of RGB (Red+Green+Blue) = 73+156+234=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #499CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CEA is #B66315. Grayscale: #8B8B8B. Windows color (decimal): -11952918 or 15375433. OLE color: 15375433.

HSL color Cylindrical-coordinate representation of color #499CEA: hue angle of 209.07º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #499CEA is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 156 234 -
CMYK 0.69 0.33 0 0.08
HSL 209.07º 0.79% 0.6% -
HSV(B) 209.07º 0.69% 0.92% -
XYZ 29.49 31.13 82.3 -
YUV 140.08 181 80.16 -
System Red Green Blue C M Y K H S L
Decimal 73 156 234 0.69 0.33 0 0.08 209.07 0.79 0.6
Hex 49 9C EA 45 21 0 8 D1 4F 3C
Octal 111 234 352 105 41 0 10 321 117 74
Binary 1001001 10011100 11101010 1000101 100001 0 1000 11010001 1001111 111100

Color Harmonies of #499CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CEA

Black with #499CEA

Text Example


Text Example

White with #499CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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