Html Css Color HEX #547BFE Cornflower Blue

📋 copy color: '#547BFE'

red 84 ◦ green 123 ◦ blue 254

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

Shades of Cornflower Blue #547BFE

Tints of Cornflower Blue #547BFE

RGB

 RED value IS 84 (33.2% from 255) = 18.22%

 GREEN value IS 123 (48.44% from 255) = 26.68%

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

R = 18.22%
G = 26.68%
B = 55.1%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#547BFE (or 0x547BFE) is known color: Cornflower Blue. HEX triplet: 54, 7B and FE. RGB value is (84,123,254). Sum of RGB (Red+Green+Blue) = 84+123+254=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #547BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547BFE is #AB8401. Grayscale: #7D7D7D. Windows color (decimal): -11240450 or 16677716. OLE color: 16677716.

HSL color Cylindrical-coordinate representation of color #547BFE: hue angle of 226.24º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #547BFE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 123 254 -
CMYK 0.67 0.52 0 0.00
HSL 226.24º 0.99% 0.66% -
HSV(B) 226.24º 0.67% 1% -
XYZ 28.63 23.21 96.74 -
YUV 126.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 84 123 254 0.67 0.52 0 0.00 226.24 0.99 0.66
Hex 54 7B FE 43 34 0 0 E2 63 42
Octal 124 173 376 103 64 0 0 342 143 102
Binary 1010100 1111011 11111110 1000011 110100 0 0 11100010 1100011 1000010

Color Harmonies of #547BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547BFE

Black with #547BFE

Text Example


Text Example

White with #547BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,123,254); }

 H1.HeaderClassName
 {
   color: #547BFE;
 }
 .AnyTagClassName
 {
   color: #547BFE;
 }
</style>

background-color css

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

 a { background-color: rgb(84,123,254); }

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

border-color css

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

 span { border-color: rgb(84,123,254); }

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