Html Css Color HEX #498DFB Cornflower Blue

📋 copy color: '#498DFB'

red 73 ◦ green 141 ◦ blue 251

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

Shades of Cornflower Blue #498DFB

Tints of Cornflower Blue #498DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.98%

R = 15.7%
G = 30.32%
B = 53.98%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#498DFB (or 0x498DFB) is known color: Cornflower Blue. HEX triplet: 49, 8D and FB. RGB value is (73,141,251). Sum of RGB (Red+Green+Blue) = 73+141+251=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #498DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498DFB is #B67204. Grayscale: #848484. Windows color (decimal): -11956741 or 16485705. OLE color: 16485705.

HSL color Cylindrical-coordinate representation of color #498DFB: hue angle of 217.08º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498DFB is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 141 251 -
CMYK 0.71 0.44 0 0.02
HSL 217.08º 0.96% 0.64% -
HSV(B) 217.08º 0.71% 0.98% -
XYZ 29.69 27.43 95 -
YUV 133.21 194.47 85.06 -
System Red Green Blue C M Y K H S L
Decimal 73 141 251 0.71 0.44 0 0.02 217.08 0.96 0.64
Hex 49 8D FB 47 2C 0 2 D9 60 40
Octal 111 215 373 107 54 0 2 331 140 100
Binary 1001001 10001101 11111011 1000111 101100 0 10 11011001 1100000 1000000

Color Harmonies of #498DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498DFB

Black with #498DFB

Text Example


Text Example

White with #498DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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