Html Css Color HEX #7498E0 Cornflower Blue

📋 copy color: '#7498E0'

red 116 ◦ green 152 ◦ blue 224

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

Shades of Cornflower Blue #7498E0

Tints of Cornflower Blue #7498E0

RGB

 RED value IS 116 (45.7% from 255) = 23.58%

 GREEN value IS 152 (59.77% from 255) = 30.89%

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 23.58%
G = 30.89%
B = 45.53%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7498E0 (or 0x7498E0) is known color: Cornflower Blue. HEX triplet: 74, 98 and E0. RGB value is (116,152,224). Sum of RGB (Red+Green+Blue) = 116+152+224=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #7498E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498E0 is #8B671F. Grayscale: #959595. Windows color (decimal): -9135904 or 14719092. OLE color: 14719092.

HSL color Cylindrical-coordinate representation of color #7498E0: hue angle of 220º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7498E0 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 152 224 -
CMYK 0.48 0.32 0 0.12
HSL 220º 0.64% 0.67% -
HSV(B) 220º 0.48% 0.88% -
XYZ 31.89 31.55 74.93 -
YUV 149.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 116 152 224 0.48 0.32 0 0.12 220 0.64 0.67
Hex 74 98 E0 30 20 0 C DC 40 43
Octal 164 230 340 60 40 0 14 334 100 103
Binary 1110100 10011000 11100000 110000 100000 0 1100 11011100 1000000 1000011

Color Harmonies of #7498E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7498E0

Black with #7498E0

Text Example


Text Example

White with #7498E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7498E0; }

 p { color: rgb(116,152,224); }

 H1.HeaderClassName
 {
   color: #7498E0;
 }
 .AnyTagClassName
 {
   color: #7498E0;
 }
</style>

background-color css

<style>
 a { background-color: #7498E0; }

 a { background-color: rgb(116,152,224); }

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

border-color css

<style>
 span { border-color: #7498E0; }

 span { border-color: rgb(116,152,224); }

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