Html Css Color HEX #7498FE Cornflower Blue

📋 copy color: '#7498FE'

red 116 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #7498FE

Tints of Cornflower Blue #7498FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 22.22%
G = 29.12%
B = 48.66%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7498FE (or 0x7498FE) is known color: Cornflower Blue. HEX triplet: 74, 98 and FE. RGB value is (116,152,254). Sum of RGB (Red+Green+Blue) = 116+152+254=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #7498FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7498FE is #8B6701. Grayscale: #989898. Windows color (decimal): -9135874 or 16685172. OLE color: 16685172.

HSL color Cylindrical-coordinate representation of color #7498FE: hue angle of 224.35º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7498FE is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 152 254 -
CMYK 0.54 0.40 0 0.00
HSL 224.35º 0.99% 0.73% -
HSV(B) 224.35º 0.54% 1% -
XYZ 36.32 33.33 98.28 -
YUV 152.86 185.07 101.71 -
System Red Green Blue C M Y K H S L
Decimal 116 152 254 0.54 0.40 0 0.00 224.35 0.99 0.73
Hex 74 98 FE 36 28 0 0 E0 63 49
Octal 164 230 376 66 50 0 0 340 143 111
Binary 1110100 10011000 11111110 110110 101000 0 0 11100000 1100011 1001001

Color Harmonies of #7498FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7498FE

Black with #7498FE

Text Example


Text Example

White with #7498FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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