Html Css Color HEX #5B83FE Cornflower Blue

📋 copy color: '#5B83FE'

red 91 ◦ green 131 ◦ blue 254

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

Shades of Cornflower Blue #5B83FE

Tints of Cornflower Blue #5B83FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 254 (99.61% from 255) = 53.36%

R = 19.12%
G = 27.52%
B = 53.36%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5B83FE (or 0x5B83FE) is known color: Cornflower Blue. HEX triplet: 5B, 83 and FE. RGB value is (91,131,254). Sum of RGB (Red+Green+Blue) = 91+131+254=476 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.12% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B83FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B83FE is #A47C01. Grayscale: #848484. Windows color (decimal): -10779650 or 16679771. OLE color: 16679771.

HSL color Cylindrical-coordinate representation of color #5B83FE: hue angle of 225.28º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B83FE is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 91 131 254 -
CMYK 0.64 0.48 0 0.00
HSL 225.28º 0.99% 0.68% -
HSV(B) 225.28º 0.64% 1% -
XYZ 30.32 25.61 97.11 -
YUV 133.06 196.25 98 -
System Red Green Blue C M Y K H S L
Decimal 91 131 254 0.64 0.48 0 0.00 225.28 0.99 0.68
Hex 5B 83 FE 40 30 0 0 E1 63 44
Octal 133 203 376 100 60 0 0 341 143 104
Binary 1011011 10000011 11111110 1000000 110000 0 0 11100001 1100011 1000100

Color Harmonies of #5B83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B83FE

Black with #5B83FE

Text Example


Text Example

White with #5B83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,131,254); }

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

background-color css

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

 a { background-color: rgb(91,131,254); }

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

border-color css

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

 span { border-color: rgb(91,131,254); }

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