Html Css Color HEX #7585FA Cornflower Blue

📋 copy color: '#7585FA'

red 117 ◦ green 133 ◦ blue 250

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

Shades of Cornflower Blue #7585FA

Tints of Cornflower Blue #7585FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 23.4%
G = 26.6%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7585FA (or 0x7585FA) is known color: Cornflower Blue. HEX triplet: 75, 85 and FA. RGB value is (117,133,250). Sum of RGB (Red+Green+Blue) = 117+133+250=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #7585FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585FA is #8A7A05. Grayscale: #8D8D8D. Windows color (decimal): -9075206 or 16418165. OLE color: 16418165.

HSL color Cylindrical-coordinate representation of color #7585FA: hue angle of 232.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7585FA is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 133 250 -
CMYK 0.53 0.47 0 0.02
HSL 232.78º 0.93% 0.72% -
HSV(B) 232.78º 0.53% 0.98% -
XYZ 32.98 27.46 94 -
YUV 141.55 189.2 110.49 -
System Red Green Blue C M Y K H S L
Decimal 117 133 250 0.53 0.47 0 0.02 232.78 0.93 0.72
Hex 75 85 FA 35 2F 0 2 E9 5D 48
Octal 165 205 372 65 57 0 2 351 135 110
Binary 1110101 10000101 11111010 110101 101111 0 10 11101001 1011101 1001000

Color Harmonies of #7585FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7585FA

Black with #7585FA

Text Example


Text Example

White with #7585FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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