Html Css Color HEX #7487FA Cornflower Blue

📋 copy color: '#7487FA'

red 116 ◦ green 135 ◦ blue 250

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

Shades of Cornflower Blue #7487FA

Tints of Cornflower Blue #7487FA

RGB

 RED value IS 116 (45.7% from 255) = 23.15%

 GREEN value IS 135 (53.13% from 255) = 26.95%

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

R = 23.15%
G = 26.95%
B = 49.9%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7487FA (or 0x7487FA) is known color: Cornflower Blue. HEX triplet: 74, 87 and FA. RGB value is (116,135,250). Sum of RGB (Red+Green+Blue) = 116+135+250=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #7487FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7487FA is #8B7805. Grayscale: #8D8D8D. Windows color (decimal): -9140230 or 16418676. OLE color: 16418676.

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

Color convert

RGB 116 135 250 -
CMYK 0.54 0.46 0 0.02
HSL 231.49º 0.93% 0.72% -
HSV(B) 231.49º 0.54% 0.98% -
XYZ 33.12 27.94 94.09 -
YUV 142.43 188.71 109.15 -
System Red Green Blue C M Y K H S L
Decimal 116 135 250 0.54 0.46 0 0.02 231.49 0.93 0.72
Hex 74 87 FA 36 2E 0 2 E7 5D 48
Octal 164 207 372 66 56 0 2 347 135 110
Binary 1110100 10000111 11111010 110110 101110 0 10 11100111 1011101 1001000

Color Harmonies of #7487FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7487FA

Black with #7487FA

Text Example


Text Example

White with #7487FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,135,250); }

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

background-color css

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

 a { background-color: rgb(116,135,250); }

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

border-color css

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

 span { border-color: rgb(116,135,250); }

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