Html Css Color HEX #498CE8 Cornflower Blue

📋 copy color: '#498CE8'

red 73 ◦ green 140 ◦ blue 232

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

Shades of Cornflower Blue #498CE8

Tints of Cornflower Blue #498CE8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 232 (91.02% from 255) = 52.13%

R = 16.4%
G = 31.46%
B = 52.13%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#498CE8 (or 0x498CE8) is known color: Cornflower Blue. HEX triplet: 49, 8C and E8. RGB value is (73,140,232). Sum of RGB (Red+Green+Blue) = 73+140+232=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #498CE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498CE8 is #B67317. Grayscale: #828282. Windows color (decimal): -11957016 or 15240265. OLE color: 15240265.

HSL color Cylindrical-coordinate representation of color #498CE8: hue angle of 214.72º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498CE8 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 140 232 -
CMYK 0.69 0.40 0 0.09
HSL 214.72º 0.78% 0.6% -
HSV(B) 214.72º 0.69% 0.91% -
XYZ 26.69 26 79.96 -
YUV 130.46 185.3 87.02 -
System Red Green Blue C M Y K H S L
Decimal 73 140 232 0.69 0.40 0 0.09 214.72 0.78 0.6
Hex 49 8C E8 45 28 0 9 D7 4E 3C
Octal 111 214 350 105 50 0 11 327 116 74
Binary 1001001 10001100 11101000 1000101 101000 0 1001 11010111 1001110 111100

Color Harmonies of #498CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CE8

Black with #498CE8

Text Example


Text Example

White with #498CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,140,232); }

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

background-color css

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

 a { background-color: rgb(73,140,232); }

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

border-color css

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

 span { border-color: rgb(73,140,232); }

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