Html Css Color HEX #7486FF Cornflower Blue

📋 copy color: '#7486FF'

red 116 ◦ green 134 ◦ blue 255

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

Shades of Cornflower Blue #7486FF

Tints of Cornflower Blue #7486FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.53%

 BLUE value IS 255 (100% from 255) = 50.5%

R = 22.97%
G = 26.53%
B = 50.5%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7486FF (or 0x7486FF) is known color: Cornflower Blue. HEX triplet: 74, 86 and FF. RGB value is (116,134,255). Sum of RGB (Red+Green+Blue) = 116+134+255=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #7486FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7486FF is #8B7900. Grayscale: #8D8D8D. Windows color (decimal): -9140481 or 16746100. OLE color: 16746100.

HSL color Cylindrical-coordinate representation of color #7486FF: hue angle of 232.23º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7486FF is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 134 255 -
CMYK 0.55 0.47 0 0
HSL 232.23º 1% 0.73% -
HSV(B) 232.23º 0.55% 1% -
XYZ 33.78 27.98 98.23 -
YUV 142.41 191.54 109.16 -
System Red Green Blue C M Y K H S L
Decimal 116 134 255 0.55 0.47 0 0 232.23 1 0.73
Hex 74 86 FF 37 2F 0 0 E8 64 49
Octal 164 206 377 67 57 0 0 350 144 111
Binary 1110100 10000110 11111111 110111 101111 0 0 11101000 1100100 1001001

Color Harmonies of #7486FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7486FF

Black with #7486FF

Text Example


Text Example

White with #7486FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7486FF; }

 p { color: rgb(116,134,255); }

 H1.HeaderClassName
 {
   color: #7486FF;
 }
 .AnyTagClassName
 {
   color: #7486FF;
 }
</style>

background-color css

<style>
 a { background-color: #7486FF; }

 a { background-color: rgb(116,134,255); }

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

border-color css

<style>
 span { border-color: #7486FF; }

 span { border-color: rgb(116,134,255); }

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