Html Css Color HEX #7596DF Cornflower Blue

📋 copy color: '#7596DF'

red 117 ◦ green 150 ◦ blue 223

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

Shades of Cornflower Blue #7596DF

Tints of Cornflower Blue #7596DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 23.88%
G = 30.61%
B = 45.51%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7596DF (or 0x7596DF) is known color: Cornflower Blue. HEX triplet: 75, 96 and DF. RGB value is (117,150,223). Sum of RGB (Red+Green+Blue) = 117+150+223=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #7596DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596DF is #8A6920. Grayscale: #949494. Windows color (decimal): -9070881 or 14653045. OLE color: 14653045.

HSL color Cylindrical-coordinate representation of color #7596DF: hue angle of 221.32º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7596DF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 150 223 -
CMYK 0.48 0.33 0 0.13
HSL 221.32º 0.62% 0.67% -
HSV(B) 221.32º 0.48% 0.87% -
XYZ 31.56 30.92 74.12 -
YUV 148.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 117 150 223 0.48 0.33 0 0.13 221.32 0.62 0.67
Hex 75 96 DF 30 21 0 D DD 3E 43
Octal 165 226 337 60 41 0 15 335 76 103
Binary 1110101 10010110 11011111 110000 100001 0 1101 11011101 111110 1000011

Color Harmonies of #7596DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7596DF

Black with #7596DF

Text Example


Text Example

White with #7596DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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