Html Css Color HEX #498CEA Cornflower Blue

📋 copy color: '#498CEA'

red 73 ◦ green 140 ◦ blue 234

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

Shades of Cornflower Blue #498CEA

Tints of Cornflower Blue #498CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.35%

R = 16.33%
G = 31.32%
B = 52.35%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#498CEA (or 0x498CEA) is known color: Cornflower Blue. HEX triplet: 49, 8C and EA. RGB value is (73,140,234). Sum of RGB (Red+Green+Blue) = 73+140+234=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #498CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498CEA is #B67315. Grayscale: #828282. Windows color (decimal): -11957014 or 15371337. OLE color: 15371337.

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

Color convert

RGB 73 140 234 -
CMYK 0.69 0.40 0 0.08
HSL 215.03º 0.79% 0.6% -
HSV(B) 215.03º 0.69% 0.92% -
XYZ 26.98 26.11 81.46 -
YUV 130.68 186.3 86.86 -
System Red Green Blue C M Y K H S L
Decimal 73 140 234 0.69 0.40 0 0.08 215.03 0.79 0.6
Hex 49 8C EA 45 28 0 8 D7 4F 3C
Octal 111 214 352 105 50 0 10 327 117 74
Binary 1001001 10001100 11101010 1000101 101000 0 1000 11010111 1001111 111100

Color Harmonies of #498CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CEA

Black with #498CEA

Text Example


Text Example

White with #498CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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