Html Css Color HEX #7698FE Cornflower Blue

📋 copy color: '#7698FE'

red 118 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #7698FE

Tints of Cornflower Blue #7698FE

RGB

 RED value IS 118 (46.48% from 255) = 22.52%

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

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

R = 22.52%
G = 29.01%
B = 48.47%

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

#7698FE (or 0x7698FE) is known color: Cornflower Blue. HEX triplet: 76, 98 and FE. RGB value is (118,152,254). Sum of RGB (Red+Green+Blue) = 118+152+254=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #7698FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7698FE is #896701. Grayscale: #999999. Windows color (decimal): -9004802 or 16685174. OLE color: 16685174.

HSL color Cylindrical-coordinate representation of color #7698FE: hue angle of 225º 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 #7698FE is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 152 254 -
CMYK 0.54 0.40 0 0.00
HSL 225º 0.99% 0.73% -
HSV(B) 225º 0.54% 1% -
XYZ 36.59 33.46 98.3 -
YUV 153.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 118 152 254 0.54 0.40 0 0.00 225 0.99 0.73
Hex 76 98 FE 36 28 0 0 E1 63 49
Octal 166 230 376 66 50 0 0 341 143 111
Binary 1110110 10011000 11111110 110110 101000 0 0 11100001 1100011 1001001

Color Harmonies of #7698FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698FE

Black with #7698FE

Text Example


Text Example

White with #7698FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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