Html Css Color HEX #498AFF Cornflower Blue

📋 copy color: '#498AFF'

red 73 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #498AFF

Tints of Cornflower Blue #498AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 15.67%
G = 29.61%
B = 54.72%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#498AFF (or 0x498AFF) is known color: Cornflower Blue. HEX triplet: 49, 8A and FF. RGB value is (73,138,255). Sum of RGB (Red+Green+Blue) = 73+138+255=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #498AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498AFF is #B67500. Grayscale: #838383. Windows color (decimal): -11957505 or 16747081. OLE color: 16747081.

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

Color convert

RGB 73 138 255 -
CMYK 0.71 0.46 0 0
HSL 218.57º 1% 0.64% -
HSV(B) 218.57º 0.71% 1% -
XYZ 29.89 26.81 98.21 -
YUV 131.9 197.47 85.99 -
System Red Green Blue C M Y K H S L
Decimal 73 138 255 0.71 0.46 0 0 218.57 1 0.64
Hex 49 8A FF 47 2E 0 0 DB 64 40
Octal 111 212 377 107 56 0 0 333 144 100
Binary 1001001 10001010 11111111 1000111 101110 0 0 11011011 1100100 1000000

Color Harmonies of #498AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498AFF

Black with #498AFF

Text Example


Text Example

White with #498AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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