Html Css Color HEX #5495FB Cornflower Blue

📋 copy color: '#5495FB'

red 84 ◦ green 149 ◦ blue 251

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

Shades of Cornflower Blue #5495FB

Tints of Cornflower Blue #5495FB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.79%

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

R = 17.36%
G = 30.79%
B = 51.86%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5495FB (or 0x5495FB) is known color: Cornflower Blue. HEX triplet: 54, 95 and FB. RGB value is (84,149,251). Sum of RGB (Red+Green+Blue) = 84+149+251=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #5495FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5495FB is #AB6A04. Grayscale: #8C8C8C. Windows color (decimal): -11233797 or 16487764. OLE color: 16487764.

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

Color convert

RGB 84 149 251 -
CMYK 0.67 0.41 0 0.02
HSL 216.65º 0.95% 0.66% -
HSV(B) 216.65º 0.67% 0.98% -
XYZ 31.82 30.34 95.45 -
YUV 141.19 189.97 87.21 -
System Red Green Blue C M Y K H S L
Decimal 84 149 251 0.67 0.41 0 0.02 216.65 0.95 0.66
Hex 54 95 FB 43 29 0 2 D9 5F 42
Octal 124 225 373 103 51 0 2 331 137 102
Binary 1010100 10010101 11111011 1000011 101001 0 10 11011001 1011111 1000010

Color Harmonies of #5495FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5495FB

Black with #5495FB

Text Example


Text Example

White with #5495FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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