Html Css Color HEX #7596FF Cornflower Blue

📋 copy color: '#7596FF'

red 117 ◦ green 150 ◦ blue 255

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

Shades of Cornflower Blue #7596FF

Tints of Cornflower Blue #7596FF

RGB

 RED value IS 117 (46.09% from 255) = 22.41%

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

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

R = 22.41%
G = 28.74%
B = 48.85%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7596FF (or 0x7596FF) is known color: Cornflower Blue. HEX triplet: 75, 96 and FF. RGB value is (117,150,255). Sum of RGB (Red+Green+Blue) = 117+150+255=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #7596FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7596FF is #8A6900. Grayscale: #979797. Windows color (decimal): -9070849 or 16750197. OLE color: 16750197.

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

Color convert

RGB 117 150 255 -
CMYK 0.54 0.41 0 0
HSL 225.65º 1% 0.73% -
HSV(B) 225.65º 0.54% 1% -
XYZ 36.29 32.81 99.03 -
YUV 152.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 117 150 255 0.54 0.41 0 0 225.65 1 0.73
Hex 75 96 FF 36 29 0 0 E2 64 49
Octal 165 226 377 66 51 0 0 342 144 111
Binary 1110101 10010110 11111111 110110 101001 0 0 11100010 1100100 1001001

Color Harmonies of #7596FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7596FF

Black with #7596FF

Text Example


Text Example

White with #7596FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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