Html Css Color HEX #5491FD Cornflower Blue

📋 copy color: '#5491FD'

red 84 ◦ green 145 ◦ blue 253

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

Shades of Cornflower Blue #5491FD

Tints of Cornflower Blue #5491FD

RGB

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

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

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

R = 17.43%
G = 30.08%
B = 52.49%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5491FD (or 0x5491FD) is known color: Cornflower Blue. HEX triplet: 54, 91 and FD. RGB value is (84,145,253). Sum of RGB (Red+Green+Blue) = 84+145+253=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #5491FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5491FD is #AB6E02. Grayscale: #8A8A8A. Windows color (decimal): -11234819 or 16617812. OLE color: 16617812.

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

Color convert

RGB 84 145 253 -
CMYK 0.67 0.43 0 0.01
HSL 218.34º 0.98% 0.66% -
HSV(B) 218.34º 0.67% 0.99% -
XYZ 31.51 29.23 96.91 -
YUV 139.07 192.29 88.72 -
System Red Green Blue C M Y K H S L
Decimal 84 145 253 0.67 0.43 0 0.01 218.34 0.98 0.66
Hex 54 91 FD 43 2B 0 1 DA 62 42
Octal 124 221 375 103 53 0 1 332 142 102
Binary 1010100 10010001 11111101 1000011 101011 0 1 11011010 1100010 1000010

Color Harmonies of #5491FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5491FD

Black with #5491FD

Text Example


Text Example

White with #5491FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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