Html Css Color HEX #7589F2 Cornflower Blue

📋 copy color: '#7589F2'

red 117 ◦ green 137 ◦ blue 242

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

Shades of Cornflower Blue #7589F2

Tints of Cornflower Blue #7589F2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

 BLUE value IS 242 (94.92% from 255) = 48.79%

R = 23.59%
G = 27.62%
B = 48.79%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7589F2 (or 0x7589F2) is known color: Cornflower Blue. HEX triplet: 75, 89 and F2. RGB value is (117,137,242). Sum of RGB (Red+Green+Blue) = 117+137+242=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #7589F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7589F2 is #8A760D. Grayscale: #8E8E8E. Windows color (decimal): -9074190 or 15894901. OLE color: 15894901.

HSL color Cylindrical-coordinate representation of color #7589F2: hue angle of 230.4º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7589F2 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 137 242 -
CMYK 0.52 0.43 0 0.05
HSL 230.4º 0.83% 0.7% -
HSV(B) 230.4º 0.52% 0.95% -
XYZ 32.31 28.08 87.72 -
YUV 142.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 117 137 242 0.52 0.43 0 0.05 230.4 0.83 0.7
Hex 75 89 F2 34 2B 0 5 E6 53 46
Octal 165 211 362 64 53 0 5 346 123 106
Binary 1110101 10001001 11110010 110100 101011 0 101 11100110 1010011 1000110

Color Harmonies of #7589F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7589F2

Black with #7589F2

Text Example


Text Example

White with #7589F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7589F2; }

 p { color: rgb(117,137,242); }

 H1.HeaderClassName
 {
   color: #7589F2;
 }
 .AnyTagClassName
 {
   color: #7589F2;
 }
</style>

background-color css

<style>
 a { background-color: #7589F2; }

 a { background-color: rgb(117,137,242); }

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

border-color css

<style>
 span { border-color: #7589F2; }

 span { border-color: rgb(117,137,242); }

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