Html Css Color HEX #7286FE Cornflower Blue

📋 copy color: '#7286FE'

red 114 ◦ green 134 ◦ blue 254

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

Shades of Cornflower Blue #7286FE

Tints of Cornflower Blue #7286FE

RGB

 RED value IS 114 (44.92% from 255) = 22.71%

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 22.71%
G = 26.69%
B = 50.6%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7286FE (or 0x7286FE) is known color: Cornflower Blue. HEX triplet: 72, 86 and FE. RGB value is (114,134,254). Sum of RGB (Red+Green+Blue) = 114+134+254=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #7286FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7286FE is #8D7901. Grayscale: #8D8D8D. Windows color (decimal): -9271554 or 16680562. OLE color: 16680562.

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

Color convert

RGB 114 134 254 -
CMYK 0.55 0.47 0 0.00
HSL 231.43º 0.99% 0.72% -
HSV(B) 231.43º 0.55% 1% -
XYZ 33.35 27.78 97.37 -
YUV 141.7 191.37 108.24 -
System Red Green Blue C M Y K H S L
Decimal 114 134 254 0.55 0.47 0 0.00 231.43 0.99 0.72
Hex 72 86 FE 37 2F 0 0 E7 63 48
Octal 162 206 376 67 57 0 0 347 143 110
Binary 1110010 10000110 11111110 110111 101111 0 0 11100111 1100011 1001000

Color Harmonies of #7286FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7286FE

Black with #7286FE

Text Example


Text Example

White with #7286FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7286FE; }

 p { color: rgb(114,134,254); }

 H1.HeaderClassName
 {
   color: #7286FE;
 }
 .AnyTagClassName
 {
   color: #7286FE;
 }
</style>

background-color css

<style>
 a { background-color: #7286FE; }

 a { background-color: rgb(114,134,254); }

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

border-color css

<style>
 span { border-color: #7286FE; }

 span { border-color: rgb(114,134,254); }

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