Html Css Color HEX #7590FA Cornflower Blue

📋 copy color: '#7590FA'

red 117 ◦ green 144 ◦ blue 250

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

Shades of Cornflower Blue #7590FA

Tints of Cornflower Blue #7590FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.18%

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

R = 22.9%
G = 28.18%
B = 48.92%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7590FA (or 0x7590FA) is known color: Cornflower Blue. HEX triplet: 75, 90 and FA. RGB value is (117,144,250). Sum of RGB (Red+Green+Blue) = 117+144+250=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #7590FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7590FA is #8A6F05. Grayscale: #939393. Windows color (decimal): -9072390 or 16420981. OLE color: 16420981.

HSL color Cylindrical-coordinate representation of color #7590FA: hue angle of 227.82º 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 #7590FA is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 144 250 -
CMYK 0.53 0.42 0 0.02
HSL 227.82º 0.93% 0.72% -
HSV(B) 227.82º 0.53% 0.98% -
XYZ 34.56 30.63 94.53 -
YUV 148.01 185.55 105.88 -
System Red Green Blue C M Y K H S L
Decimal 117 144 250 0.53 0.42 0 0.02 227.82 0.93 0.72
Hex 75 90 FA 35 2A 0 2 E4 5D 48
Octal 165 220 372 65 52 0 2 344 135 110
Binary 1110101 10010000 11111010 110101 101010 0 10 11100100 1011101 1001000

Color Harmonies of #7590FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7590FA

Black with #7590FA

Text Example


Text Example

White with #7590FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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