Html Css Color HEX #7286EF Cornflower Blue

📋 copy color: '#7286EF'

red 114 ◦ green 134 ◦ blue 239

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

Shades of Cornflower Blue #7286EF

Tints of Cornflower Blue #7286EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 23.41%
G = 27.52%
B = 49.08%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7286EF (or 0x7286EF) is known color: Cornflower Blue. HEX triplet: 72, 86 and EF. RGB value is (114,134,239). Sum of RGB (Red+Green+Blue) = 114+134+239=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #7286EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7286EF is #8D7910. Grayscale: #8B8B8B. Windows color (decimal): -9271569 or 15697522. OLE color: 15697522.

HSL color Cylindrical-coordinate representation of color #7286EF: hue angle of 230.4º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7286EF is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 134 239 -
CMYK 0.52 0.44 0 0.06
HSL 230.4º 0.8% 0.69% -
HSV(B) 230.4º 0.52% 0.94% -
XYZ 31.04 26.86 85.21 -
YUV 139.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 114 134 239 0.52 0.44 0 0.06 230.4 0.8 0.69
Hex 72 86 EF 34 2C 0 6 E6 50 45
Octal 162 206 357 64 54 0 6 346 120 105
Binary 1110010 10000110 11101111 110100 101100 0 110 11100110 1010000 1000101

Color Harmonies of #7286EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7286EF

Black with #7286EF

Text Example


Text Example

White with #7286EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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