Html Css Color HEX #5495EF Cornflower Blue

📋 copy color: '#5495EF'

red 84 ◦ green 149 ◦ blue 239

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

Shades of Cornflower Blue #5495EF

Tints of Cornflower Blue #5495EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 17.8%
G = 31.57%
B = 50.64%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5495EF (or 0x5495EF) is known color: Cornflower Blue. HEX triplet: 54, 95 and EF. RGB value is (84,149,239). Sum of RGB (Red+Green+Blue) = 84+149+239=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #5495EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5495EF is #AB6A10. Grayscale: #8B8B8B. Windows color (decimal): -11233809 or 15701332. OLE color: 15701332.

HSL color Cylindrical-coordinate representation of color #5495EF: hue angle of 214.84º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5495EF is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 149 239 -
CMYK 0.65 0.38 0 0.06
HSL 214.84º 0.83% 0.63% -
HSV(B) 214.84º 0.65% 0.94% -
XYZ 29.98 29.61 85.8 -
YUV 139.83 183.97 88.18 -
System Red Green Blue C M Y K H S L
Decimal 84 149 239 0.65 0.38 0 0.06 214.84 0.83 0.63
Hex 54 95 EF 41 26 0 6 D7 53 3F
Octal 124 225 357 101 46 0 6 327 123 77
Binary 1010100 10010101 11101111 1000001 100110 0 110 11010111 1010011 111111

Color Harmonies of #5495EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5495EF

Black with #5495EF

Text Example


Text Example

White with #5495EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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