Html Css Color HEX #498CFC Cornflower Blue

📋 copy color: '#498CFC'

red 73 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #498CFC

Tints of Cornflower Blue #498CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 15.7%
G = 30.11%
B = 54.19%

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

#498CFC (or 0x498CFC) is known color: Cornflower Blue. HEX triplet: 49, 8C and FC. RGB value is (73,140,252). Sum of RGB (Red+Green+Blue) = 73+140+252=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #498CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498CFC is #B67303. Grayscale: #848484. Windows color (decimal): -11956996 or 16550985. OLE color: 16550985.

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

Color convert

RGB 73 140 252 -
CMYK 0.71 0.44 0 0.01
HSL 217.54º 0.97% 0.64% -
HSV(B) 217.54º 0.71% 0.99% -
XYZ 29.7 27.2 95.78 -
YUV 132.74 195.3 85.39 -
System Red Green Blue C M Y K H S L
Decimal 73 140 252 0.71 0.44 0 0.01 217.54 0.97 0.64
Hex 49 8C FC 47 2C 0 1 DA 61 40
Octal 111 214 374 107 54 0 1 332 141 100
Binary 1001001 10001100 11111100 1000111 101100 0 1 11011010 1100001 1000000

Color Harmonies of #498CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CFC

Black with #498CFC

Text Example


Text Example

White with #498CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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