Html Css Color HEX #5491FC Cornflower Blue

📋 copy color: '#5491FC'

red 84 ◦ green 145 ◦ blue 252

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

Shades of Cornflower Blue #5491FC

Tints of Cornflower Blue #5491FC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.15%

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

R = 17.46%
G = 30.15%
B = 52.39%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5491FC (or 0x5491FC) is known color: Cornflower Blue. HEX triplet: 54, 91 and FC. RGB value is (84,145,252). Sum of RGB (Red+Green+Blue) = 84+145+252=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #5491FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5491FC is #AB6E03. Grayscale: #8A8A8A. Windows color (decimal): -11234820 or 16552276. OLE color: 16552276.

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

Color convert

RGB 84 145 252 -
CMYK 0.67 0.42 0 0.01
HSL 218.21º 0.97% 0.66% -
HSV(B) 218.21º 0.67% 0.99% -
XYZ 31.35 29.16 96.07 -
YUV 138.96 191.79 88.8 -
System Red Green Blue C M Y K H S L
Decimal 84 145 252 0.67 0.42 0 0.01 218.21 0.97 0.66
Hex 54 91 FC 43 2A 0 1 DA 61 42
Octal 124 221 374 103 52 0 1 332 141 102
Binary 1010100 10010001 11111100 1000011 101010 0 1 11011010 1100001 1000010

Color Harmonies of #5491FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5491FC

Black with #5491FC

Text Example


Text Example

White with #5491FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5491FC; }

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

 H1.HeaderClassName
 {
   color: #5491FC;
 }
 .AnyTagClassName
 {
   color: #5491FC;
 }
</style>

background-color css

<style>
 a { background-color: #5491FC; }

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

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

border-color css

<style>
 span { border-color: #5491FC; }

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

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