Html Css Color HEX #498BFD Cornflower Blue

📋 copy color: '#498BFD'

red 73 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #498BFD

Tints of Cornflower Blue #498BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 15.7%
G = 29.89%
B = 54.41%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#498BFD (or 0x498BFD) is known color: Cornflower Blue. HEX triplet: 49, 8B and FD. RGB value is (73,139,253). Sum of RGB (Red+Green+Blue) = 73+139+253=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #498BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498BFD is #B67402. Grayscale: #838383. Windows color (decimal): -11957251 or 16616265. OLE color: 16616265.

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

Color convert

RGB 73 139 253 -
CMYK 0.71 0.45 0 0.01
HSL 218º 0.98% 0.64% -
HSV(B) 218º 0.71% 0.99% -
XYZ 29.71 26.97 96.57 -
YUV 132.26 196.13 85.73 -
System Red Green Blue C M Y K H S L
Decimal 73 139 253 0.71 0.45 0 0.01 218 0.98 0.64
Hex 49 8B FD 47 2D 0 1 DA 62 40
Octal 111 213 375 107 55 0 1 332 142 100
Binary 1001001 10001011 11111101 1000111 101101 0 1 11011010 1100010 1000000

Color Harmonies of #498BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498BFD

Black with #498BFD

Text Example


Text Example

White with #498BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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