Html Css Color HEX #5B84EF Cornflower Blue

📋 copy color: '#5B84EF'

red 91 ◦ green 132 ◦ blue 239

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

Shades of Cornflower Blue #5B84EF

Tints of Cornflower Blue #5B84EF

RGB

 RED value IS 91 (35.94% from 255) = 19.7%

 GREEN value IS 132 (51.95% from 255) = 28.57%

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

R = 19.7%
G = 28.57%
B = 51.73%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B84EF (or 0x5B84EF) is known color: Cornflower Blue. HEX triplet: 5B, 84 and EF. RGB value is (91,132,239). Sum of RGB (Red+Green+Blue) = 91+132+239=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B84EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B84EF is #A47B10. Grayscale: #838383. Windows color (decimal): -10779409 or 15696987. OLE color: 15696987.

HSL color Cylindrical-coordinate representation of color #5B84EF: hue angle of 223.38º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B84EF is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 132 239 -
CMYK 0.62 0.45 0 0.06
HSL 223.38º 0.82% 0.65% -
HSV(B) 223.38º 0.62% 0.94% -
XYZ 28.15 24.96 85 -
YUV 131.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 91 132 239 0.62 0.45 0 0.06 223.38 0.82 0.65
Hex 5B 84 EF 3E 2D 0 6 DF 52 41
Octal 133 204 357 76 55 0 6 337 122 101
Binary 1011011 10000100 11101111 111110 101101 0 110 11011111 1010010 1000001

Color Harmonies of #5B84EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B84EF

Black with #5B84EF

Text Example


Text Example

White with #5B84EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B84EF; }

 p { color: rgb(91,132,239); }

 H1.HeaderClassName
 {
   color: #5B84EF;
 }
 .AnyTagClassName
 {
   color: #5B84EF;
 }
</style>

background-color css

<style>
 a { background-color: #5B84EF; }

 a { background-color: rgb(91,132,239); }

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

border-color css

<style>
 span { border-color: #5B84EF; }

 span { border-color: rgb(91,132,239); }

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