Html Css Color HEX #7287FF Cornflower Blue

📋 copy color: '#7287FF'

red 114 ◦ green 135 ◦ blue 255

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

Shades of Cornflower Blue #7287FF

Tints of Cornflower Blue #7287FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 22.62%
G = 26.79%
B = 50.6%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7287FF (or 0x7287FF) is known color: Cornflower Blue. HEX triplet: 72, 87 and FF. RGB value is (114,135,255). Sum of RGB (Red+Green+Blue) = 114+135+255=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #7287FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7287FF is #8D7800. Grayscale: #8D8D8D. Windows color (decimal): -9271297 or 16746354. OLE color: 16746354.

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

Color convert

RGB 114 135 255 -
CMYK 0.55 0.47 0 0
HSL 231.06º 1% 0.72% -
HSV(B) 231.06º 0.55% 1% -
XYZ 33.65 28.13 98.26 -
YUV 142.4 191.54 107.74 -
System Red Green Blue C M Y K H S L
Decimal 114 135 255 0.55 0.47 0 0 231.06 1 0.72
Hex 72 87 FF 37 2F 0 0 E7 64 48
Octal 162 207 377 67 57 0 0 347 144 110
Binary 1110010 10000111 11111111 110111 101111 0 0 11100111 1100100 1001000

Color Harmonies of #7287FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7287FF

Black with #7287FF

Text Example


Text Example

White with #7287FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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