Html Css Color HEX #7592DD Cornflower Blue

📋 copy color: '#7592DD'

red 117 ◦ green 146 ◦ blue 221

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

Shades of Cornflower Blue #7592DD

Tints of Cornflower Blue #7592DD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.17%

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 24.17%
G = 30.17%
B = 45.66%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7592DD (or 0x7592DD) is known color: Cornflower Blue. HEX triplet: 75, 92 and DD. RGB value is (117,146,221). Sum of RGB (Red+Green+Blue) = 117+146+221=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #7592DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592DD is #8A6D22. Grayscale: #919191. Windows color (decimal): -9071907 or 14520949. OLE color: 14520949.

HSL color Cylindrical-coordinate representation of color #7592DD: hue angle of 223.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7592DD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 146 221 -
CMYK 0.47 0.34 0 0.13
HSL 223.27º 0.6% 0.66% -
HSV(B) 223.27º 0.47% 0.87% -
XYZ 30.67 29.56 72.5 -
YUV 145.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 117 146 221 0.47 0.34 0 0.13 223.27 0.6 0.66
Hex 75 92 DD 2F 22 0 D DF 3C 42
Octal 165 222 335 57 42 0 15 337 74 102
Binary 1110101 10010010 11011101 101111 100010 0 1101 11011111 111100 1000010

Color Harmonies of #7592DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7592DD

Black with #7592DD

Text Example


Text Example

White with #7592DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7592DD; }

 p { color: rgb(117,146,221); }

 H1.HeaderClassName
 {
   color: #7592DD;
 }
 .AnyTagClassName
 {
   color: #7592DD;
 }
</style>

background-color css

<style>
 a { background-color: #7592DD; }

 a { background-color: rgb(117,146,221); }

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

border-color css

<style>
 span { border-color: #7592DD; }

 span { border-color: rgb(117,146,221); }

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