Html Css Color HEX #7694F1 Cornflower Blue

📋 copy color: '#7694F1'

red 118 ◦ green 148 ◦ blue 241

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

Shades of Cornflower Blue #7694F1

Tints of Cornflower Blue #7694F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 23.27%
G = 29.19%
B = 47.53%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7694F1 (or 0x7694F1) is known color: Cornflower Blue. HEX triplet: 76, 94 and F1. RGB value is (118,148,241). Sum of RGB (Red+Green+Blue) = 118+148+241=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #7694F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7694F1 is #896B0E. Grayscale: #959595. Windows color (decimal): -9005839 or 15832182. OLE color: 15832182.

HSL color Cylindrical-coordinate representation of color #7694F1: hue angle of 225.37º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7694F1 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 148 241 -
CMYK 0.51 0.39 0 0.05
HSL 225.37º 0.81% 0.7% -
HSV(B) 225.37º 0.51% 0.95% -
XYZ 33.94 31.38 87.49 -
YUV 149.63 179.56 105.44 -
System Red Green Blue C M Y K H S L
Decimal 118 148 241 0.51 0.39 0 0.05 225.37 0.81 0.7
Hex 76 94 F1 33 27 0 5 E1 51 46
Octal 166 224 361 63 47 0 5 341 121 106
Binary 1110110 10010100 11110001 110011 100111 0 101 11100001 1010001 1000110

Color Harmonies of #7694F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7694F1

Black with #7694F1

Text Example


Text Example

White with #7694F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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