Html Css Color HEX #498FFC Cornflower Blue

📋 copy color: '#498FFC'

red 73 ◦ green 143 ◦ blue 252

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

Shades of Cornflower Blue #498FFC

Tints of Cornflower Blue #498FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

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

R = 15.6%
G = 30.56%
B = 53.85%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#498FFC (or 0x498FFC) is known color: Cornflower Blue. HEX triplet: 49, 8F and FC. RGB value is (73,143,252). Sum of RGB (Red+Green+Blue) = 73+143+252=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #498FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498FFC is #B67003. Grayscale: #858585. Windows color (decimal): -11956228 or 16551753. OLE color: 16551753.

HSL color Cylindrical-coordinate representation of color #498FFC: hue angle of 216.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 #498FFC is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 143 252 -
CMYK 0.71 0.43 0 0.01
HSL 216.54º 0.97% 0.64% -
HSV(B) 216.54º 0.71% 0.99% -
XYZ 30.14 28.09 95.93 -
YUV 134.5 194.31 84.14 -
System Red Green Blue C M Y K H S L
Decimal 73 143 252 0.71 0.43 0 0.01 216.54 0.97 0.64
Hex 49 8F FC 47 2B 0 1 D9 61 40
Octal 111 217 374 107 53 0 1 331 141 100
Binary 1001001 10001111 11111100 1000111 101011 0 1 11011001 1100001 1000000

Color Harmonies of #498FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498FFC

Black with #498FFC

Text Example


Text Example

White with #498FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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