Html Css Color HEX #547BFC Cornflower Blue

📋 copy color: '#547BFC'

red 84 ◦ green 123 ◦ blue 252

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

Shades of Cornflower Blue #547BFC

Tints of Cornflower Blue #547BFC

RGB

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

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

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

R = 18.3%
G = 26.8%
B = 54.9%

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

#547BFC (or 0x547BFC) is known color: Cornflower Blue. HEX triplet: 54, 7B and FC. RGB value is (84,123,252). Sum of RGB (Red+Green+Blue) = 84+123+252=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #547BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547BFC is #AB8403. Grayscale: #7D7D7D. Windows color (decimal): -11240452 or 16546644. OLE color: 16546644.

HSL color Cylindrical-coordinate representation of color #547BFC: hue angle of 226.07º 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 #547BFC is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 123 252 -
CMYK 0.67 0.51 0 0.01
HSL 226.07º 0.97% 0.66% -
HSV(B) 226.07º 0.67% 0.99% -
XYZ 28.31 23.08 95.06 -
YUV 126.05 199.08 98.01 -
System Red Green Blue C M Y K H S L
Decimal 84 123 252 0.67 0.51 0 0.01 226.07 0.97 0.66
Hex 54 7B FC 43 33 0 1 E2 61 42
Octal 124 173 374 103 63 0 1 342 141 102
Binary 1010100 1111011 11111100 1000011 110011 0 1 11100010 1100001 1000010

Color Harmonies of #547BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547BFC

Black with #547BFC

Text Example


Text Example

White with #547BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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