Html Css Color HEX #5491FA Cornflower Blue

📋 copy color: '#5491FA'

red 84 ◦ green 145 ◦ blue 250

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

Shades of Cornflower Blue #5491FA

Tints of Cornflower Blue #5491FA

RGB

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

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

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

R = 17.54%
G = 30.27%
B = 52.19%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5491FA (or 0x5491FA) is known color: Cornflower Blue. HEX triplet: 54, 91 and FA. RGB value is (84,145,250). Sum of RGB (Red+Green+Blue) = 84+145+250=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #5491FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5491FA is #AB6E05. Grayscale: #8A8A8A. Windows color (decimal): -11234822 or 16421204. OLE color: 16421204.

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

Color convert

RGB 84 145 250 -
CMYK 0.66 0.42 0 0.02
HSL 217.95º 0.94% 0.65% -
HSV(B) 217.95º 0.66% 0.98% -
XYZ 31.04 29.04 94.41 -
YUV 138.73 190.79 88.96 -
System Red Green Blue C M Y K H S L
Decimal 84 145 250 0.66 0.42 0 0.02 217.95 0.94 0.65
Hex 54 91 FA 42 2A 0 2 DA 5E 41
Octal 124 221 372 102 52 0 2 332 136 101
Binary 1010100 10010001 11111010 1000010 101010 0 10 11011010 1011110 1000001

Color Harmonies of #5491FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5491FA

Black with #5491FA

Text Example


Text Example

White with #5491FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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