Html Css Color HEX #7396FF Cornflower Blue

📋 copy color: '#7396FF'

red 115 ◦ green 150 ◦ blue 255

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

Shades of Cornflower Blue #7396FF

Tints of Cornflower Blue #7396FF

RGB

 RED value IS 115 (45.31% from 255) = 22.12%

 GREEN value IS 150 (58.98% from 255) = 28.85%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 22.12%
G = 28.85%
B = 49.04%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7396FF (or 0x7396FF) is known color: Cornflower Blue. HEX triplet: 73, 96 and FF. RGB value is (115,150,255). Sum of RGB (Red+Green+Blue) = 115+150+255=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #7396FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7396FF is #8C6900. Grayscale: #979797. Windows color (decimal): -9201921 or 16750195. OLE color: 16750195.

HSL color Cylindrical-coordinate representation of color #7396FF: hue angle of 225º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7396FF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 115 150 255 -
CMYK 0.55 0.41 0 0
HSL 225º 1% 0.73% -
HSV(B) 225º 0.55% 1% -
XYZ 36.03 32.68 99.02 -
YUV 151.51 186.4 101.96 -
System Red Green Blue C M Y K H S L
Decimal 115 150 255 0.55 0.41 0 0 225 1 0.73
Hex 73 96 FF 37 29 0 0 E1 64 49
Octal 163 226 377 67 51 0 0 341 144 111
Binary 1110011 10010110 11111111 110111 101001 0 0 11100001 1100100 1001001

Color Harmonies of #7396FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7396FF

Black with #7396FF

Text Example


Text Example

White with #7396FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7396FF; }

 p { color: rgb(115,150,255); }

 H1.HeaderClassName
 {
   color: #7396FF;
 }
 .AnyTagClassName
 {
   color: #7396FF;
 }
</style>

background-color css

<style>
 a { background-color: #7396FF; }

 a { background-color: rgb(115,150,255); }

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

border-color css

<style>
 span { border-color: #7396FF; }

 span { border-color: rgb(115,150,255); }

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