Html Css Color HEX #547AFB Cornflower Blue

📋 copy color: '#547AFB'

red 84 ◦ green 122 ◦ blue 251

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

Shades of Cornflower Blue #547AFB

Tints of Cornflower Blue #547AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.92%

R = 18.38%
G = 26.7%
B = 54.92%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#547AFB (or 0x547AFB) is known color: Cornflower Blue. HEX triplet: 54, 7A and FB. RGB value is (84,122,251). Sum of RGB (Red+Green+Blue) = 84+122+251=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #547AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AFB is #AB8504. Grayscale: #7C7C7C. Windows color (decimal): -11240709 or 16480852. OLE color: 16480852.

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

Color convert

RGB 84 122 251 -
CMYK 0.67 0.51 0 0.02
HSL 226.35º 0.95% 0.66% -
HSV(B) 226.35º 0.67% 0.98% -
XYZ 28.03 22.77 94.18 -
YUV 125.34 198.91 98.51 -
System Red Green Blue C M Y K H S L
Decimal 84 122 251 0.67 0.51 0 0.02 226.35 0.95 0.66
Hex 54 7A FB 43 33 0 2 E2 5F 42
Octal 124 172 373 103 63 0 2 342 137 102
Binary 1010100 1111010 11111011 1000011 110011 0 10 11100010 1011111 1000010

Color Harmonies of #547AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AFB

Black with #547AFB

Text Example


Text Example

White with #547AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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