Html Css Color HEX #498AF8 Cornflower Blue

📋 copy color: '#498AF8'

red 73 ◦ green 138 ◦ blue 248

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

Shades of Cornflower Blue #498AF8

Tints of Cornflower Blue #498AF8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

 BLUE value IS 248 (97.27% from 255) = 54.03%

R = 15.9%
G = 30.07%
B = 54.03%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#498AF8 (or 0x498AF8) is known color: Cornflower Blue. HEX triplet: 49, 8A and F8. RGB value is (73,138,248). Sum of RGB (Red+Green+Blue) = 73+138+248=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #498AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498AF8 is #B67507. Grayscale: #828282. Windows color (decimal): -11957512 or 16288329. OLE color: 16288329.

HSL color Cylindrical-coordinate representation of color #498AF8: hue angle of 217.71º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498AF8 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 138 248 -
CMYK 0.71 0.44 0 0.03
HSL 217.71º 0.93% 0.63% -
HSV(B) 217.71º 0.71% 0.97% -
XYZ 28.78 26.37 92.38 -
YUV 131.11 193.97 86.56 -
System Red Green Blue C M Y K H S L
Decimal 73 138 248 0.71 0.44 0 0.03 217.71 0.93 0.63
Hex 49 8A F8 47 2C 0 3 DA 5D 3F
Octal 111 212 370 107 54 0 3 332 135 77
Binary 1001001 10001010 11111000 1000111 101100 0 11 11011010 1011101 111111

Color Harmonies of #498AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498AF8

Black with #498AF8

Text Example


Text Example

White with #498AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,138,248); }

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

background-color css

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

 a { background-color: rgb(73,138,248); }

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

border-color css

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

 span { border-color: rgb(73,138,248); }

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