Html Css Color HEX #498DEC Cornflower Blue

📋 copy color: '#498DEC'

red 73 ◦ green 141 ◦ blue 236

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

Shades of Cornflower Blue #498DEC

Tints of Cornflower Blue #498DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.33%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 16.22%
G = 31.33%
B = 52.44%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#498DEC (or 0x498DEC) is known color: Cornflower Blue. HEX triplet: 49, 8D and EC. RGB value is (73,141,236). Sum of RGB (Red+Green+Blue) = 73+141+236=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #498DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498DEC is #B67213. Grayscale: #838383. Windows color (decimal): -11956756 or 15502665. OLE color: 15502665.

HSL color Cylindrical-coordinate representation of color #498DEC: hue angle of 214.97º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498DEC is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 141 236 -
CMYK 0.69 0.40 0 0.07
HSL 214.97º 0.81% 0.61% -
HSV(B) 214.97º 0.69% 0.93% -
XYZ 27.41 26.52 83.03 -
YUV 131.5 186.97 86.28 -
System Red Green Blue C M Y K H S L
Decimal 73 141 236 0.69 0.40 0 0.07 214.97 0.81 0.61
Hex 49 8D EC 45 28 0 7 D7 51 3D
Octal 111 215 354 105 50 0 7 327 121 75
Binary 1001001 10001101 11101100 1000101 101000 0 111 11010111 1010001 111101

Color Harmonies of #498DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498DEC

Black with #498DEC

Text Example


Text Example

White with #498DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498DEC; }

 p { color: rgb(73,141,236); }

 H1.HeaderClassName
 {
   color: #498DEC;
 }
 .AnyTagClassName
 {
   color: #498DEC;
 }
</style>

background-color css

<style>
 a { background-color: #498DEC; }

 a { background-color: rgb(73,141,236); }

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

border-color css

<style>
 span { border-color: #498DEC; }

 span { border-color: rgb(73,141,236); }

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