Html Css Color HEX #547AFA Cornflower Blue

📋 copy color: '#547AFA'

red 84 ◦ green 122 ◦ blue 250

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

Shades of Cornflower Blue #547AFA

Tints of Cornflower Blue #547AFA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.75%

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 18.42%
G = 26.75%
B = 54.82%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#547AFA (or 0x547AFA) is known color: Cornflower Blue. HEX triplet: 54, 7A and FA. RGB value is (84,122,250). Sum of RGB (Red+Green+Blue) = 84+122+250=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #547AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AFA is #AB8505. Grayscale: #7C7C7C. Windows color (decimal): -11240710 or 16415316. OLE color: 16415316.

HSL color Cylindrical-coordinate representation of color #547AFA: hue angle of 226.27º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #547AFA is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 122 250 -
CMYK 0.66 0.51 0 0.02
HSL 226.27º 0.94% 0.65% -
HSV(B) 226.27º 0.66% 0.98% -
XYZ 27.87 22.71 93.36 -
YUV 125.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 84 122 250 0.66 0.51 0 0.02 226.27 0.94 0.65
Hex 54 7A FA 42 33 0 2 E2 5E 41
Octal 124 172 372 102 63 0 2 342 136 101
Binary 1010100 1111010 11111010 1000010 110011 0 10 11100010 1011110 1000001

Color Harmonies of #547AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AFA

Black with #547AFA

Text Example


Text Example

White with #547AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,122,250); }

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

background-color css

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

 a { background-color: rgb(84,122,250); }

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

border-color css

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

 span { border-color: rgb(84,122,250); }

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