Html Css Color HEX #498ADF Cornflower Blue

📋 copy color: '#498ADF'

red 73 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #498ADF

Tints of Cornflower Blue #498ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.8%

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 16.82%
G = 31.8%
B = 51.38%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#498ADF (or 0x498ADF) is known color: Cornflower Blue. HEX triplet: 49, 8A and DF. RGB value is (73,138,223). Sum of RGB (Red+Green+Blue) = 73+138+223=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #498ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ADF is #B67520. Grayscale: #7F7F7F. Windows color (decimal): -11957537 or 14649929. OLE color: 14649929.

HSL color Cylindrical-coordinate representation of color #498ADF: hue angle of 214º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #498ADF is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 138 223 -
CMYK 0.67 0.38 0 0.13
HSL 214º 0.7% 0.58% -
HSV(B) 214º 0.67% 0.87% -
XYZ 25.16 24.92 73.3 -
YUV 128.26 181.47 88.59 -
System Red Green Blue C M Y K H S L
Decimal 73 138 223 0.67 0.38 0 0.13 214 0.7 0.58
Hex 49 8A DF 43 26 0 D D6 46 3A
Octal 111 212 337 103 46 0 15 326 106 72
Binary 1001001 10001010 11011111 1000011 100110 0 1101 11010110 1000110 111010

Color Harmonies of #498ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498ADF

Black with #498ADF

Text Example


Text Example

White with #498ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,138,223); }

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

background-color css

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

 a { background-color: rgb(73,138,223); }

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

border-color css

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

 span { border-color: rgb(73,138,223); }

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