Html Css Color HEX #7486FC Cornflower Blue

📋 copy color: '#7486FC'

red 116 ◦ green 134 ◦ blue 252

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

Shades of Cornflower Blue #7486FC

Tints of Cornflower Blue #7486FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 23.11%
G = 26.69%
B = 50.2%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7486FC (or 0x7486FC) is known color: Cornflower Blue. HEX triplet: 74, 86 and FC. RGB value is (116,134,252). Sum of RGB (Red+Green+Blue) = 116+134+252=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #7486FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7486FC is #8B7903. Grayscale: #8D8D8D. Windows color (decimal): -9140484 or 16549492. OLE color: 16549492.

HSL color Cylindrical-coordinate representation of color #7486FC: hue angle of 232.06º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7486FC is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 134 252 -
CMYK 0.54 0.47 0 0.01
HSL 232.06º 0.96% 0.72% -
HSV(B) 232.06º 0.54% 0.99% -
XYZ 33.3 27.79 95.7 -
YUV 142.07 190.04 109.41 -
System Red Green Blue C M Y K H S L
Decimal 116 134 252 0.54 0.47 0 0.01 232.06 0.96 0.72
Hex 74 86 FC 36 2F 0 1 E8 60 48
Octal 164 206 374 66 57 0 1 350 140 110
Binary 1110100 10000110 11111100 110110 101111 0 1 11101000 1100000 1001000

Color Harmonies of #7486FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7486FC

Black with #7486FC

Text Example


Text Example

White with #7486FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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