Html Css Color HEX #54A3F7 Cornflower Blue

📋 copy color: '#54A3F7'

red 84 ◦ green 163 ◦ blue 247

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

Shades of Cornflower Blue #54A3F7

Tints of Cornflower Blue #54A3F7

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

 BLUE value IS 247 (96.88% from 255) = 50%

R = 17%
G = 33%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#54A3F7 (or 0x54A3F7) is known color: Cornflower Blue. HEX triplet: 54, A3 and F7. RGB value is (84,163,247). Sum of RGB (Red+Green+Blue) = 84+163+247=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #54A3F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A3F7 is #AB5C08. Grayscale: #949494. Windows color (decimal): -11230217 or 16229204. OLE color: 16229204.

HSL color Cylindrical-coordinate representation of color #54A3F7: hue angle of 210.92º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54A3F7 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 84 163 247 -
CMYK 0.66 0.34 0 0.03
HSL 210.92º 0.91% 0.65% -
HSV(B) 210.92º 0.66% 0.97% -
XYZ 33.54 34.79 92.94 -
YUV 148.96 183.33 81.67 -
System Red Green Blue C M Y K H S L
Decimal 84 163 247 0.66 0.34 0 0.03 210.92 0.91 0.65
Hex 54 A3 F7 42 22 0 3 D3 5B 41
Octal 124 243 367 102 42 0 3 323 133 101
Binary 1010100 10100011 11110111 1000010 100010 0 11 11010011 1011011 1000001

Color Harmonies of #54A3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A3F7

Black with #54A3F7

Text Example


Text Example

White with #54A3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A3F7; }

 p { color: rgb(84,163,247); }

 H1.HeaderClassName
 {
   color: #54A3F7;
 }
 .AnyTagClassName
 {
   color: #54A3F7;
 }
</style>

background-color css

<style>
 a { background-color: #54A3F7; }

 a { background-color: rgb(84,163,247); }

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

border-color css

<style>
 span { border-color: #54A3F7; }

 span { border-color: rgb(84,163,247); }

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