Html Css Color HEX #7287FA Cornflower Blue

📋 copy color: '#7287FA'

red 114 ◦ green 135 ◦ blue 250

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

Shades of Cornflower Blue #7287FA

Tints of Cornflower Blue #7287FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 22.85%
G = 27.05%
B = 50.1%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7287FA (or 0x7287FA) is known color: Cornflower Blue. HEX triplet: 72, 87 and FA. RGB value is (114,135,250). Sum of RGB (Red+Green+Blue) = 114+135+250=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #7287FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7287FA is #8D7805. Grayscale: #8D8D8D. Windows color (decimal): -9271302 or 16418674. OLE color: 16418674.

HSL color Cylindrical-coordinate representation of color #7287FA: hue angle of 230.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7287FA is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 135 250 -
CMYK 0.54 0.46 0 0.02
HSL 230.74º 0.93% 0.71% -
HSV(B) 230.74º 0.54% 0.98% -
XYZ 32.86 27.81 94.08 -
YUV 141.83 189.04 108.15 -
System Red Green Blue C M Y K H S L
Decimal 114 135 250 0.54 0.46 0 0.02 230.74 0.93 0.71
Hex 72 87 FA 36 2E 0 2 E7 5D 47
Octal 162 207 372 66 56 0 2 347 135 107
Binary 1110010 10000111 11111010 110110 101110 0 10 11100111 1011101 1000111

Color Harmonies of #7287FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7287FA

Black with #7287FA

Text Example


Text Example

White with #7287FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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