Html Css Color HEX #7694EC Cornflower Blue

📋 copy color: '#7694EC'

red 118 ◦ green 148 ◦ blue 236

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

Shades of Cornflower Blue #7694EC

Tints of Cornflower Blue #7694EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 23.51%
G = 29.48%
B = 47.01%

CMYK

 C value IS 0.5

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7694EC (or 0x7694EC) is known color: Cornflower Blue. HEX triplet: 76, 94 and EC. RGB value is (118,148,236). Sum of RGB (Red+Green+Blue) = 118+148+236=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #7694EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7694EC is #896B13. Grayscale: #949494. Windows color (decimal): -9005844 or 15504502. OLE color: 15504502.

HSL color Cylindrical-coordinate representation of color #7694EC: hue angle of 224.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7694EC is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 148 236 -
CMYK 0.5 0.37 0 0.07
HSL 224.75º 0.76% 0.69% -
HSV(B) 224.75º 0.5% 0.93% -
XYZ 33.2 31.09 83.61 -
YUV 149.06 177.06 105.84 -
System Red Green Blue C M Y K H S L
Decimal 118 148 236 0.5 0.37 0 0.07 224.75 0.76 0.69
Hex 76 94 EC 32 25 0 7 E1 4C 45
Octal 166 224 354 62 45 0 7 341 114 105
Binary 1110110 10010100 11101100 110010 100101 0 111 11100001 1001100 1000101

Color Harmonies of #7694EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7694EC

Black with #7694EC

Text Example


Text Example

White with #7694EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7694EC; }

 p { color: rgb(118,148,236); }

 H1.HeaderClassName
 {
   color: #7694EC;
 }
 .AnyTagClassName
 {
   color: #7694EC;
 }
</style>

background-color css

<style>
 a { background-color: #7694EC; }

 a { background-color: rgb(118,148,236); }

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

border-color css

<style>
 span { border-color: #7694EC; }

 span { border-color: rgb(118,148,236); }

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