Html Css Color HEX #5497FB Cornflower Blue

📋 copy color: '#5497FB'

red 84 ◦ green 151 ◦ blue 251

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

Shades of Cornflower Blue #5497FB

Tints of Cornflower Blue #5497FB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.07%

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

R = 17.28%
G = 31.07%
B = 51.65%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5497FB (or 0x5497FB) is known color: Cornflower Blue. HEX triplet: 54, 97 and FB. RGB value is (84,151,251). Sum of RGB (Red+Green+Blue) = 84+151+251=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #5497FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5497FB is #AB6804. Grayscale: #8D8D8D. Windows color (decimal): -11233285 or 16488276. OLE color: 16488276.

HSL color Cylindrical-coordinate representation of color #5497FB: hue angle of 215.93º 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 #5497FB is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 151 251 -
CMYK 0.67 0.40 0 0.02
HSL 215.93º 0.95% 0.66% -
HSV(B) 215.93º 0.67% 0.98% -
XYZ 32.14 30.98 95.55 -
YUV 142.37 189.3 86.37 -
System Red Green Blue C M Y K H S L
Decimal 84 151 251 0.67 0.40 0 0.02 215.93 0.95 0.66
Hex 54 97 FB 43 28 0 2 D8 5F 42
Octal 124 227 373 103 50 0 2 330 137 102
Binary 1010100 10010111 11111011 1000011 101000 0 10 11011000 1011111 1000010

Color Harmonies of #5497FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5497FB

Black with #5497FB

Text Example


Text Example

White with #5497FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5497FB; }

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

 H1.HeaderClassName
 {
   color: #5497FB;
 }
 .AnyTagClassName
 {
   color: #5497FB;
 }
</style>

background-color css

<style>
 a { background-color: #5497FB; }

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

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

border-color css

<style>
 span { border-color: #5497FB; }

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

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