Html Css Color HEX #498BF2 Cornflower Blue

📋 copy color: '#498BF2'

red 73 ◦ green 139 ◦ blue 242

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

Shades of Cornflower Blue #498BF2

Tints of Cornflower Blue #498BF2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

 BLUE value IS 242 (94.92% from 255) = 53.3%

R = 16.08%
G = 30.62%
B = 53.3%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#498BF2 (or 0x498BF2) is known color: Cornflower Blue. HEX triplet: 49, 8B and F2. RGB value is (73,139,242). Sum of RGB (Red+Green+Blue) = 73+139+242=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #498BF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498BF2 is #B6740D. Grayscale: #828282. Windows color (decimal): -11957262 or 15895369. OLE color: 15895369.

HSL color Cylindrical-coordinate representation of color #498BF2: hue angle of 216.57º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #498BF2 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 139 242 -
CMYK 0.70 0.43 0 0.05
HSL 216.57º 0.87% 0.62% -
HSV(B) 216.57º 0.7% 0.95% -
XYZ 28.01 26.29 87.6 -
YUV 131.01 190.63 86.62 -
System Red Green Blue C M Y K H S L
Decimal 73 139 242 0.70 0.43 0 0.05 216.57 0.87 0.62
Hex 49 8B F2 46 2B 0 5 D9 57 3E
Octal 111 213 362 106 53 0 5 331 127 76
Binary 1001001 10001011 11110010 1000110 101011 0 101 11011001 1010111 111110

Color Harmonies of #498BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498BF2

Black with #498BF2

Text Example


Text Example

White with #498BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,139,242); }

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

background-color css

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

 a { background-color: rgb(73,139,242); }

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

border-color css

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

 span { border-color: rgb(73,139,242); }

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