Html Css Color HEX #5B7CF4 Cornflower Blue

📋 copy color: '#5B7CF4'

red 91 ◦ green 124 ◦ blue 244

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

Shades of Cornflower Blue #5B7CF4

Tints of Cornflower Blue #5B7CF4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 244 (95.7% from 255) = 53.16%

R = 19.83%
G = 27.02%
B = 53.16%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5B7CF4 (or 0x5B7CF4) is known color: Cornflower Blue. HEX triplet: 5B, 7C and F4. RGB value is (91,124,244). Sum of RGB (Red+Green+Blue) = 91+124+244=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 244 (95.70% from 255 or 53.16% from 459); Max value from RGB is 244 - color contains mainly: blue. Hex color #5B7CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7CF4 is #A4830B. Grayscale: #7F7F7F. Windows color (decimal): -10781452 or 16022619. OLE color: 16022619.

HSL color Cylindrical-coordinate representation of color #5B7CF4: hue angle of 227.06º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B7CF4 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 91 124 244 -
CMYK 0.63 0.49 0 0.04
HSL 227.06º 0.87% 0.66% -
HSV(B) 227.06º 0.63% 0.96% -
XYZ 27.85 23.17 88.59 -
YUV 127.81 193.57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 91 124 244 0.63 0.49 0 0.04 227.06 0.87 0.66
Hex 5B 7C F4 3F 31 0 4 E3 57 42
Octal 133 174 364 77 61 0 4 343 127 102
Binary 1011011 1111100 11110100 111111 110001 0 100 11100011 1010111 1000010

Color Harmonies of #5B7CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7CF4

Black with #5B7CF4

Text Example


Text Example

White with #5B7CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,124,244); }

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

background-color css

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

 a { background-color: rgb(91,124,244); }

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

border-color css

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

 span { border-color: rgb(91,124,244); }

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