Html Css Color HEX #498DFD Cornflower Blue

📋 copy color: '#498DFD'

red 73 ◦ green 141 ◦ blue 253

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

Shades of Cornflower Blue #498DFD

Tints of Cornflower Blue #498DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 15.63%
G = 30.19%
B = 54.18%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#498DFD (or 0x498DFD) is known color: Cornflower Blue. HEX triplet: 49, 8D and FD. RGB value is (73,141,253). Sum of RGB (Red+Green+Blue) = 73+141+253=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #498DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498DFD is #B67202. Grayscale: #848484. Windows color (decimal): -11956739 or 16616777. OLE color: 16616777.

HSL color Cylindrical-coordinate representation of color #498DFD: hue angle of 217.33º degrees, saturation: 0.98, 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 #498DFD is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 141 253 -
CMYK 0.71 0.44 0 0.01
HSL 217.33º 0.98% 0.64% -
HSV(B) 217.33º 0.71% 0.99% -
XYZ 30 27.56 96.67 -
YUV 133.44 195.47 84.89 -
System Red Green Blue C M Y K H S L
Decimal 73 141 253 0.71 0.44 0 0.01 217.33 0.98 0.64
Hex 49 8D FD 47 2C 0 1 D9 62 40
Octal 111 215 375 107 54 0 1 331 142 100
Binary 1001001 10001101 11111101 1000111 101100 0 1 11011001 1100010 1000000

Color Harmonies of #498DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498DFD

Black with #498DFD

Text Example


Text Example

White with #498DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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