Html Css Color HEX #7585F4 Cornflower Blue

📋 copy color: '#7585F4'

red 117 ◦ green 133 ◦ blue 244

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

Shades of Cornflower Blue #7585F4

Tints of Cornflower Blue #7585F4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.92%

 BLUE value IS 244 (95.7% from 255) = 49.39%

R = 23.68%
G = 26.92%
B = 49.39%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7585F4 (or 0x7585F4) is known color: Cornflower Blue. HEX triplet: 75, 85 and F4. RGB value is (117,133,244). Sum of RGB (Red+Green+Blue) = 117+133+244=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #7585F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585F4 is #8A7A0B. Grayscale: #8C8C8C. Windows color (decimal): -9075212 or 16024949. OLE color: 16024949.

HSL color Cylindrical-coordinate representation of color #7585F4: hue angle of 232.44º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7585F4 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 133 244 -
CMYK 0.52 0.45 0 0.04
HSL 232.44º 0.85% 0.71% -
HSV(B) 232.44º 0.52% 0.96% -
XYZ 32.05 27.09 89.13 -
YUV 140.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 117 133 244 0.52 0.45 0 0.04 232.44 0.85 0.71
Hex 75 85 F4 34 2D 0 4 E8 55 47
Octal 165 205 364 64 55 0 4 350 125 107
Binary 1110101 10000101 11110100 110100 101101 0 100 11101000 1010101 1000111

Color Harmonies of #7585F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7585F4

Black with #7585F4

Text Example


Text Example

White with #7585F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7585F4; }

 p { color: rgb(117,133,244); }

 H1.HeaderClassName
 {
   color: #7585F4;
 }
 .AnyTagClassName
 {
   color: #7585F4;
 }
</style>

background-color css

<style>
 a { background-color: #7585F4; }

 a { background-color: rgb(117,133,244); }

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

border-color css

<style>
 span { border-color: #7585F4; }

 span { border-color: rgb(117,133,244); }

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