Html Css Color HEX #7287FE Cornflower Blue

📋 copy color: '#7287FE'

red 114 ◦ green 135 ◦ blue 254

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

Shades of Cornflower Blue #7287FE

Tints of Cornflower Blue #7287FE

RGB

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

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

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

R = 22.66%
G = 26.84%
B = 50.5%

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

#7287FE (or 0x7287FE) is known color: Cornflower Blue. HEX triplet: 72, 87 and FE. RGB value is (114,135,254). Sum of RGB (Red+Green+Blue) = 114+135+254=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #7287FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7287FE is #8D7801. Grayscale: #8D8D8D. Windows color (decimal): -9271298 or 16680818. OLE color: 16680818.

HSL color Cylindrical-coordinate representation of color #7287FE: hue angle of 231º 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 #7287FE is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 135 254 -
CMYK 0.55 0.47 0 0.00
HSL 231º 0.99% 0.72% -
HSV(B) 231º 0.55% 1% -
XYZ 33.49 28.06 97.42 -
YUV 142.29 191.04 107.82 -
System Red Green Blue C M Y K H S L
Decimal 114 135 254 0.55 0.47 0 0.00 231 0.99 0.72
Hex 72 87 FE 37 2F 0 0 E7 63 48
Octal 162 207 376 67 57 0 0 347 143 110
Binary 1110010 10000111 11111110 110111 101111 0 0 11100111 1100011 1001000

Color Harmonies of #7287FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7287FE

Black with #7287FE

Text Example


Text Example

White with #7287FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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