Html Css Color HEX #547CFC Cornflower Blue

📋 copy color: '#547CFC'

red 84 ◦ green 124 ◦ blue 252

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

Shades of Cornflower Blue #547CFC

Tints of Cornflower Blue #547CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.96%

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 18.26%
G = 26.96%
B = 54.78%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#547CFC (or 0x547CFC) is known color: Cornflower Blue. HEX triplet: 54, 7C and FC. RGB value is (84,124,252). Sum of RGB (Red+Green+Blue) = 84+124+252=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #547CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547CFC is #AB8303. Grayscale: #7E7E7E. Windows color (decimal): -11240196 or 16546900. OLE color: 16546900.

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

Color convert

RGB 84 124 252 -
CMYK 0.67 0.51 0 0.01
HSL 225.71º 0.97% 0.66% -
HSV(B) 225.71º 0.67% 0.99% -
XYZ 28.43 23.33 95.1 -
YUV 126.63 198.75 97.59 -
System Red Green Blue C M Y K H S L
Decimal 84 124 252 0.67 0.51 0 0.01 225.71 0.97 0.66
Hex 54 7C FC 43 33 0 1 E2 61 42
Octal 124 174 374 103 63 0 1 342 141 102
Binary 1010100 1111100 11111100 1000011 110011 0 1 11100010 1100001 1000010

Color Harmonies of #547CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CFC

Black with #547CFC

Text Example


Text Example

White with #547CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,124,252); }

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

background-color css

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

 a { background-color: rgb(84,124,252); }

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

border-color css

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

 span { border-color: rgb(84,124,252); }

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