Html Css Color HEX #7594DD Cornflower Blue

📋 copy color: '#7594DD'

red 117 ◦ green 148 ◦ blue 221

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

Shades of Cornflower Blue #7594DD

Tints of Cornflower Blue #7594DD

RGB

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

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

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

R = 24.07%
G = 30.45%
B = 45.47%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7594DD (or 0x7594DD) is known color: Cornflower Blue. HEX triplet: 75, 94 and DD. RGB value is (117,148,221). Sum of RGB (Red+Green+Blue) = 117+148+221=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #7594DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594DD is #8A6B22. Grayscale: #929292. Windows color (decimal): -9071395 or 14521461. OLE color: 14521461.

HSL color Cylindrical-coordinate representation of color #7594DD: hue angle of 222.12º 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 #7594DD is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 148 221 -
CMYK 0.47 0.33 0 0.13
HSL 222.12º 0.6% 0.66% -
HSV(B) 222.12º 0.47% 0.87% -
XYZ 30.98 30.18 72.6 -
YUV 147.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 117 148 221 0.47 0.33 0 0.13 222.12 0.6 0.66
Hex 75 94 DD 2F 21 0 D DE 3C 42
Octal 165 224 335 57 41 0 15 336 74 102
Binary 1110101 10010100 11011101 101111 100001 0 1101 11011110 111100 1000010

Color Harmonies of #7594DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7594DD

Black with #7594DD

Text Example


Text Example

White with #7594DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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