Html Css Color HEX #498FFA Cornflower Blue

📋 copy color: '#498FFA'

red 73 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #498FFA

Tints of Cornflower Blue #498FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 15.67%
G = 30.69%
B = 53.65%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#498FFA (or 0x498FFA) is known color: Cornflower Blue. HEX triplet: 49, 8F and FA. RGB value is (73,143,250). Sum of RGB (Red+Green+Blue) = 73+143+250=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #498FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498FFA is #B67005. Grayscale: #858585. Windows color (decimal): -11956230 or 16420681. OLE color: 16420681.

HSL color Cylindrical-coordinate representation of color #498FFA: hue angle of 216.27º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498FFA is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 143 250 -
CMYK 0.71 0.43 0 0.02
HSL 216.27º 0.95% 0.63% -
HSV(B) 216.27º 0.71% 0.98% -
XYZ 29.83 27.96 94.27 -
YUV 134.27 193.31 84.3 -
System Red Green Blue C M Y K H S L
Decimal 73 143 250 0.71 0.43 0 0.02 216.27 0.95 0.63
Hex 49 8F FA 47 2B 0 2 D8 5F 3F
Octal 111 217 372 107 53 0 2 330 137 77
Binary 1001001 10001111 11111010 1000111 101011 0 10 11011000 1011111 111111

Color Harmonies of #498FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498FFA

Black with #498FFA

Text Example


Text Example

White with #498FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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