Html Css Color HEX #498EED Cornflower Blue

📋 copy color: '#498EED'

red 73 ◦ green 142 ◦ blue 237

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

Shades of Cornflower Blue #498EED

Tints of Cornflower Blue #498EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.42%

 BLUE value IS 237 (92.97% from 255) = 52.43%

R = 16.15%
G = 31.42%
B = 52.43%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#498EED (or 0x498EED) is known color: Cornflower Blue. HEX triplet: 49, 8E and ED. RGB value is (73,142,237). Sum of RGB (Red+Green+Blue) = 73+142+237=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #498EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498EED is #B67112. Grayscale: #838383. Windows color (decimal): -11956499 or 15568457. OLE color: 15568457.

HSL color Cylindrical-coordinate representation of color #498EED: hue angle of 214.76º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498EED is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 142 237 -
CMYK 0.69 0.40 0 0.07
HSL 214.76º 0.82% 0.61% -
HSV(B) 214.76º 0.69% 0.93% -
XYZ 27.71 26.88 83.85 -
YUV 132.2 187.14 85.78 -
System Red Green Blue C M Y K H S L
Decimal 73 142 237 0.69 0.40 0 0.07 214.76 0.82 0.61
Hex 49 8E ED 45 28 0 7 D7 52 3D
Octal 111 216 355 105 50 0 7 327 122 75
Binary 1001001 10001110 11101101 1000101 101000 0 111 11010111 1010010 111101

Color Harmonies of #498EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EED

Black with #498EED

Text Example


Text Example

White with #498EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,142,237); }

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

background-color css

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

 a { background-color: rgb(73,142,237); }

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

border-color css

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

 span { border-color: rgb(73,142,237); }

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