Html Css Color HEX #547AFD Cornflower Blue

📋 copy color: '#547AFD'

red 84 ◦ green 122 ◦ blue 253

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

Shades of Cornflower Blue #547AFD

Tints of Cornflower Blue #547AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 18.3%
G = 26.58%
B = 55.12%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#547AFD (or 0x547AFD) is known color: Cornflower Blue. HEX triplet: 54, 7A and FD. RGB value is (84,122,253). Sum of RGB (Red+Green+Blue) = 84+122+253=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #547AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AFD is #AB8502. Grayscale: #7D7D7D. Windows color (decimal): -11240707 or 16611924. OLE color: 16611924.

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

Color convert

RGB 84 122 253 -
CMYK 0.67 0.52 0 0.01
HSL 226.51º 0.98% 0.66% -
HSV(B) 226.51º 0.67% 0.99% -
XYZ 28.35 22.9 95.85 -
YUV 125.57 199.91 98.35 -
System Red Green Blue C M Y K H S L
Decimal 84 122 253 0.67 0.52 0 0.01 226.51 0.98 0.66
Hex 54 7A FD 43 34 0 1 E3 62 42
Octal 124 172 375 103 64 0 1 343 142 102
Binary 1010100 1111010 11111101 1000011 110100 0 1 11100011 1100010 1000010

Color Harmonies of #547AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AFD

Black with #547AFD

Text Example


Text Example

White with #547AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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