Html Css Color HEX #498CF7 Cornflower Blue

📋 copy color: '#498CF7'

red 73 ◦ green 140 ◦ blue 247

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

Shades of Cornflower Blue #498CF7

Tints of Cornflower Blue #498CF7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

 BLUE value IS 247 (96.88% from 255) = 53.7%

R = 15.87%
G = 30.43%
B = 53.7%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#498CF7 (or 0x498CF7) is known color: Cornflower Blue. HEX triplet: 49, 8C and F7. RGB value is (73,140,247). Sum of RGB (Red+Green+Blue) = 73+140+247=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #498CF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498CF7 is #B67308. Grayscale: #838383. Windows color (decimal): -11957001 or 16223305. OLE color: 16223305.

HSL color Cylindrical-coordinate representation of color #498CF7: hue angle of 216.9º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #498CF7 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 140 247 -
CMYK 0.70 0.43 0 0.03
HSL 216.9º 0.92% 0.63% -
HSV(B) 216.9º 0.7% 0.97% -
XYZ 28.91 26.89 91.66 -
YUV 132.17 192.8 85.8 -
System Red Green Blue C M Y K H S L
Decimal 73 140 247 0.70 0.43 0 0.03 216.9 0.92 0.63
Hex 49 8C F7 46 2B 0 3 D9 5C 3F
Octal 111 214 367 106 53 0 3 331 134 77
Binary 1001001 10001100 11110111 1000110 101011 0 11 11011001 1011100 111111

Color Harmonies of #498CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CF7

Black with #498CF7

Text Example


Text Example

White with #498CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,140,247); }

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

background-color css

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

 a { background-color: rgb(73,140,247); }

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

border-color css

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

 span { border-color: rgb(73,140,247); }

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