#547FEB

Color #547FEB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #547FEB

Tints of Cornflower Blue #547FEB

Color information

#547FEB (or 0x547FEB) is unknown color: approx Cornflower Blue. HEX triplet: 54, 7F and EB. RGB value is (84,127,235). Sum of RGB (Red+Green+Blue) = 84+127+235=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #547FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FEB is #AB8014. Grayscale: #7D7D7D. Windows color (decimal): -11239445 or 15433556. OLE color: 15433556.

HSL color Cylindrical-coordinate representation of color #547FEB: hue angle of 222.91º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547FEB is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84127235-
CMYK0.640.4600.08
HSL222.91º79.06%62.55%-
HSV(B)222.91º64.26%92.16%-
XYZ26.2423.0681.67-
YUV126.46189.2597.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.83%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=18.83%
G=28.48%
B=52.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841272350.640.4600.08222.9179.0662.55
Hex547FEB402E08df4f3f
Octal1241773531005601033711777
Binary1010100111111111101011100000010111001000110111111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547FEB; }

 p { color: rgb(84,127,235); }

 H1.HeaderClassName
 {
   color: #547FEB;
 }
 .AnyTagClassName
 {
   color: #547FEB;
 }
</style>
background-color css

<style>
 a { background-color: #547FEB; }

 a { background-color: rgb(84,127,235); }

 div.DivClassName
 {
   background-color: #547FEB;
 }
 .BgClassName
 {
   background-color: #547FEB;
 }
</style>
border-color css

<style>
 span { border-color: #547FEB; }

 span { border-color: rgb(84,127,235); }

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